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

1.13

Names

com.mojang.datafixers.util.Either$Left

Fields

L: value

Constructors

(L)

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

Optional<L> (): left

Optional<R> (): right