Package cms.util.maybe
package cms.util.maybe
Support for the type
Maybe<T>
-
ClassDescriptionMaybe<T>An object that may contain a value of type
T
.A checked exception that forces the programmer to handle the possibility of empty maybes.