Class Either.Right<L,R>
java.lang.Object
com.mojang.datafixers.util.Either<L,R>
com.mojang.datafixers.util.Either.Right<L,R>
-
Nested Class Summary
Nested classes/interfaces inherited from class Either
Either.Instance<R2>, Either.Mu<R> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
Right
-
-
Method Details
-
mapBoth
-
map
-
ifLeft
-
ifRight
-
left
-
right
-
toString
-
equals
-
hashCode
-