Interface EitherTOf<F extends Kind<F,?>,L,R>

All Superinterfaces:
Kind<EitherT<F,L,?>,R>
All Known Subinterfaces:
EitherT<F,L,R>

@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor") public sealed interface EitherTOf<F extends Kind<F,?>,L,R> extends Kind<EitherT<F,L,?>,R> permits EitherT<F,L,R>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <F extends Kind<F, ?>, L, R>
    EitherT<F,L,R>
    toEitherT(Kind<EitherT<F,L,?>,? extends R> value)
     

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

    fix, kind
  • Method Details

    • toEitherT

      static <F extends Kind<F, ?>, L, R> EitherT<F,L,R> toEitherT(Kind<EitherT<F,L,?>,? extends R> value)