Package nl.markv.result


package nl.markv.result
  • Class
    Description
    Like Supplier, but can throw checked exceptions.
    Err<T,E>
     
    A very simple, empty class to represent 'nothing'.
    Ok<T,E>
     
    Result<T,E>
    Sometimes a method can either succeed or fail.
    Thrown when code tries to get Ok from a Result that failed, or Err from a Result that succeeded.