Package-level declarations
Types
Functions
Link copied to clipboard
Integrate the behavior with respect to the current Timeline's clock time.
Integrate the behavior with respect to the current Timeline's clock time, supplying an explicit VectorSpace instance.
Link copied to clipboard
inline fun <T> Behavior<T>.integrateWith(initial: T, noinline accum: SampleScope.(T, T) -> T): Behavior<T>
fun <T> Behavior<T>.integrateWith(vectorSpace: VectorSpace<T>, initial: T, accum: SampleScope.(T, T) -> T): Behavior<T>
Link copied to clipboard