combineNanos

abstract fun <A : Input, B, C> combineNanos(other: Schedule<A, B>, zipContinue: (cont: Boolean, otherCont: Boolean) -> Boolean, zipDuration: (duration: Double, otherDuration: Double) -> Double, zip: (Output, B) -> C): Schedule<A, C>(source)

Combines with another schedule by combining the result and the delay of the Decision with the functions zipContinue, zipDuration and a zip function