Primary

sealed class Primary[Ctx, Step <: AbstractStep](api: Primary[Ctx, Step])
class Object
trait Matchable
class Any
class Secondary[Ctx, CtxFn, Step]

Value members

Concrete methods

final def useStateSnapshot[S](initialState: => S)(step: Step): Next[StateSnapshot[S]]
final def useStateSnapshotBy[S](initialState: Ctx => S)(step: Step): Next[StateSnapshot[S]]
final def useStateSnapshotWithReuse[S](initialState: => S)(r: Reusability[S], step: Step): Next[StateSnapshot[S]]
final def useStateSnapshotWithReuseBy[S](initialState: Ctx => S)(r: Reusability[S], step: Step): Next[StateSnapshot[S]]