Interface MonoidOf<T>

All Superinterfaces:
Kind<Monoid<?>,T>
All Known Subinterfaces:
Monoid<T>, SequenceMonoid<T>

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <T> Monoid<T>
    toMonoid(Kind<Monoid<?>,? extends T> value)
     

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

    fix, kind
  • Method Details