Package com.github.tonivade.purefun.type
Interface OptionOf<T>
- All Known Subinterfaces:
Option<T>
- All Known Implementing Classes:
Option.None,Option.Some
@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor")
public sealed interface OptionOf<T>
extends Kind<Option<?>,T>
permits Option<T>
-
Method Summary
Static Methods
-
Method Details
-
toOption
-