Package e.java

Interface EOr<A>

Type Parameters:
A - Type of the value this EOr can contain
All Known Implementing Classes:
EOr.Failure, EOr.Success

public interface EOr<A>
A container that can either be a Failure containing an E or Success containing a value
See Also: