Package org.storynode.pigeon.result


package org.storynode.pigeon.result
Types representing the outcome of some operations
  • Classes
    Class
    Description
    Err<T,E>
    Result variant for errors.
    Ok<T,E>
    Result variant for ok values.
    Result<T,E>
    A type representing the outcome of some operation, which value can be some value or some error but not neither nor both at the same time.