Interface EvalOf<A>

All Superinterfaces:
Kind<Eval<?>,A>
All Known Subinterfaces:
Eval<A>
All Known Implementing Classes:
Eval.Defer, Eval.Done, Eval.FlatMapped

@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor") public sealed interface EvalOf<A> extends Kind<Eval<?>,A> permits Eval<A>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <A> Eval<A>
    toEval(Kind<Eval<?>,? extends A> value)
     

    Methods inherited from interface com.github.tonivade.purefun.Kind

    fix, kind
  • Method Details

    • toEval

      static <A> Eval<A> toEval(Kind<Eval<?>,? extends A> value)