Combine

indigo.shared.animation.timeline.TimeSlot.Combine
final case class Combine[A](first: TimeSlot[A], second: TimeSlot[A]) extends TimeSlot[A]

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product