Package com.github.tonivade.purefun.type
Interface ConstOf<T,A>
- All Known Implementing Classes:
Const
@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor")
public sealed interface ConstOf<T,A>
extends Kind<Const<T,?>,A>
permits Const<T,A>
-
Method Summary
Static Methods
-
Method Details
-
toConst
-