R - right type
public static class EitherTryResult.ExceptionThrown<R>
extends EitherTryResult
public ExceptionThrown(R r,
@NotNull
java.lang.Throwable exc)
r - right valueexc - exceptionpublic R getR()
right value
@NotNull public java.lang.Throwable getExc()
exception
public R component1()
right value
@NotNull public java.lang.Throwable component2()
exception
@NotNull
public tech.codingzen.kata.either.EitherTryResult.ExceptionThrown<R> copy(R r,
@NotNull
java.lang.Throwable exc)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)