Package io.foxcapades.lib.opt


package io.foxcapades.lib.opt
  • Interface Summary
    Interface
    Description
    Non-Null Option
    Nullable Option NullableOption represents and immutable wraps a single, nullable value that may or may not exist.
    Option
  • Class Summary
    Class
    Description
    Option factory.
  • Exception Summary
    Exception
    Description
    Exception representing the case where calling code attempts to unwrap an empty Option instance.