Interface Tuple2Of<A,B>

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

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <A, B> Tuple2<A,B>
    toTuple2(Kind<Tuple2<A,?>,? extends B> value)
     

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

    fix, kind
  • Method Details

    • toTuple2

      static <A, B> Tuple2<A,B> toTuple2(Kind<Tuple2<A,?>,? extends B> value)