Uses of Interface
com.github.tonivade.purefun.type.EvalOf
Packages that use EvalOf
-
Uses of EvalOf in com.github.tonivade.purefun.type
Subinterfaces of EvalOf in com.github.tonivade.purefun.typeModifier and TypeInterfaceDescriptioninterfaceEval<A>This is a monad that allows to control the evaluation of a computation or a value.Classes in com.github.tonivade.purefun.type that implement EvalOfModifier and TypeClassDescriptionstatic final classEval.Defer<A>static final classEval.Done<A>static final classEval.FlatMapped<A,B>