com.hypercubetools.timeslip / TimeSlip / sequence
sequence¶
fun sequence(body:TimeSlip.SequenceBuilder.() ->Unit):TimeSlip
Create a TimeSlip instance backed by a sequence of Instants.
Parameters¶
body - Initialization steps of SequenceBuilder.
Exceptions¶
IllegalStateException - No Instants were added to the builder. Use noCall to create a TimeSlip
that does not produce any times.
Return A newly constructed instance.