Companion

object Companion

Functions

Link copied to clipboard
fun of(    initialState: State,     hijackStateTransitionCallback: (State, State, Long) -> State = { _, dest, _ -> dest },     onStateTransitionCallback: (State, State, Long) -> Unit = { _, _, _ -> }): SolutionIterator