public final class Success<VALUE extends Object> extends Result<VALUE>
Represents a successful Result, containing a value.
private final VALUE
value
Success(VALUE value)
final VALUE
getValue()
Boolean
equals(Object other)
Integer
hashCode()
component1, component2, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final VALUE getValue()
Boolean equals(Object other)
Integer hashCode()