Class OptionalE<T>

java.lang.Object
com.aoapps.lang.util.OptionalE<T>

public final class OptionalE<T> extends Object
An optional that is allowed to throw a checked exception. This should not be used as a return type, use standard Optional instead. This is useful for specific scenarios where the methods of standard Optional do not play well with checked exceptions.
See Also: