Secondary

final class Secondary[Ctx, CtxFn[_], Step <: SubsequentStep[Ctx, CtxFn]](api: Secondary[Ctx, CtxFn, Step]) extends Primary[Ctx, Step]
class Primary[Ctx, Step]
class Object
trait Matchable
class Any

Value members

Concrete methods

def useStateSnapshotBy[S](initialState: CtxFn[S])(implicit step: Step): Next[StateSnapshot[S]]
def useStateSnapshotWithReuseBy[S](initialState: CtxFn[S])(implicit r: Reusability[S], step: Step): Next[StateSnapshot[S]]

Inherited methods

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