Uses of Class
fj.data.State
Packages that use State
-
Uses of State in fj.data
Modifier and TypeMethodDescriptionBind the given function across this state.static <S,
A> State <S, A> State.constant
(A a) static <S,
A, B> State <S, B> Bind the given function across this state.State.gets()
static <S,
A> State <S, A> static <S> State
<S, S> State.init()
State.put
(S s) Evaluate each action in the sequence from left to right, and collect the results.private static <S,
A> State <S, A> State.suspended
(F<S, Trampoline<P2<S, A>>> runF) Map each element of a structure to an action, evaluate these actions from left to right and collect the results.static <S,
A> State <S, A> static <S> State
<S, S> Modifier and TypeMethodDescriptionstatic <A> IO
<State<BufferedReader, Validation<IOException, String>>> IOFunctions.readerState()
Modifier and TypeMethodDescriptionBind the given function across this state.static <S,
A, B> State <S, B> Bind the given function across this state.Evaluate each action in the sequence from left to right, and collect the results.Map each element of a structure to an action, evaluate these actions from left to right and collect the results.