legacy-workflow-test
Module Contents
alltypes
Module Contents
com.squareup.workflow.legacy.rx2.Reactor
Module Contents
fun <S : Any, E : Any, O : Any> Reactor<S, E, O>.assertFinish(fromState: S, event: E, output: O): Unit
fun <S : Any, E : Any, O : Any> Reactor<S, E, O>.assertTransition(fromState: S, event: E, toState: S): Unit
package com.squareup.workflow.legacy.test
Module Contents
com.squareup.workflow.legacy.rx2.Reactor
Module Contents
fun <S : Any, E : Any, O : Any> Reactor<S, E, O>.assertFinish(fromState: S, event: E, output: O): Unit
fun <S : Any, E : Any, O : Any> Reactor<S, E, O>.assertTransition(fromState: S, event: E, toState: S): Unit
package com.squareup.workflow.legacy.test.rx2
Module Contents
fun <E : Any> eventChannelOf(vararg values: E): EventChannel<E>