Package cms.util.maybe


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