Package com.dudko.tools.safejavastreams.core


package com.dudko.tools.safejavastreams.core
  • Classes
    Class
    Description
    Either<L,R>
    Functional-style container type that represents a value of one of two possible types.
     
     
    Result<T,E>
    Result is a container for a computation that may either result in a value (Success) or an error (Failure).
    Failure branch implementation.
    Success branch implementation.
    Try<T>
    Try is a container for a computation that may either result in a value (Success) or an exception (Failure).
    Represents a failed computation.
    Represents a successful computation.