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