R - right type
public class Right<R>
extends Either
Represents the right side of an Either. Instances of this type contain the value of the right side
public R getRight()
value of this Right
public R component1()
value of this Right
@NotNull public Right<R> copy(R right)
creates a Right side containing right
@NotNull public java.lang.String toString()
creates a Right side containing right
public int hashCode()
creates a Right side containing right
public boolean equals(@Nullable
java.lang.Object p)
creates a Right side containing right