Interface WriterTOf<F extends Kind<F,?>,L,A>

All Superinterfaces:
Kind<WriterT<F,L,?>,A>
All Known Subinterfaces:
WriterT<F,L,A>

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <F extends Kind<F, ?>, L, A>
    WriterT<F,L,A>
    toWriterT(Kind<WriterT<F,L,?>,? extends A> value)
     

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

    fix, kind
  • Method Details

    • toWriterT

      static <F extends Kind<F, ?>, L, A> WriterT<F,L,A> toWriterT(Kind<WriterT<F,L,?>,? extends A> value)