Package e.java


package e.java
  • Class
    Description
    A generic and immutable error, containing helpful information
    A RuntimeException wrapping E to be used where errors are represented as E but an Exception is needed
    EOr<A>
    A container that can either be a Failure containing an E or Success containing a value
    A failed EOr
    A successful EOr
    A helper functional interface marking a value to be supplied in an unsafe way