History - com.mojang.datafixers.util.Either$Right

1.15

Names

com.mojang.datafixers.util.Either$Right

Fields

R: value

Constructors

(R)

Methods

<C, D> Either<C, D> (Function<? super L, ? extends C>, Function<? super R, ? extends D>): mapBoth

<T> T (Function<? super L, ? extends T>, Function<? super R, ? extends T>): map

Either<L, R> (Consumer<? super L>): ifLeft

Either<L, R> (Consumer<? super R>): ifRight

Optional<L> (): left

Optional<R> (): right