Interface Tuple1Of<A>

All Superinterfaces:
Kind<Tuple1<?>,A>
All Known Implementing Classes:
Tuple1

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

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

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

    fix, kind
  • Method Details