Interface CBOptionType<T extends CBSerializableType>

Type Parameters:
T - The type of values
All Superinterfaces:
CBSerializableType, Formattable
All Known Implementing Classes:
CBNone, CBSome

public sealed interface CBOptionType<T extends CBSerializableType> extends Formattable, CBSerializableType permits CBNone<T>, CBSome<T>
The option type.