L - left type
public static class EitherTryResult.EitherResult<L,S>
extends EitherTryResult
public EitherResult(@NotNull
Either<? extends L,? extends S> e)
e - source Either@NotNull public Either<L,S> getE()
source Either
@NotNull public Either<L,S> component1()
source Either
@NotNull
public tech.codingzen.kata.either.EitherTryResult.EitherResult<L,S> copy(@NotNull
Either<? extends L,? extends S> e)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)