Package com.github.tonivade.purefun.core
Interface Tuple2Of<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
-
Method Details
-
toTuple2
-