Uses of Interface
com.github.tonivade.purefun.type.OptionOf
Packages that use OptionOf
-
Uses of OptionOf in com.github.tonivade.purefun.type
Subinterfaces of OptionOf in com.github.tonivade.purefun.typeModifier and TypeInterfaceDescriptioninterfaceOption<T>This type represents the presence or absence of a value, similar toOptionalClasses in com.github.tonivade.purefun.type that implement OptionOfModifier and TypeClassDescriptionstatic final classOption.None<T>static final recordOption.Some<T>