public final class Error extends Result<Nothing>
Represents a failed Result, containing an error.
private final Throwable
error
Error(Throwable error)
final Throwable
getError()
Boolean
equals(Object other)
Integer
hashCode()
component1, component2, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Throwable getError()
Boolean equals(Object other)
Integer hashCode()