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