com.mojang.datafixers.optics

public final class Inj1<F, G, F2>

implements Prism<Either<F, G>, Either<F2, G>, F, F2>

com.mojang.datafixers.optics.Inj1

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public Either<Either<F2, G>, F>
match(Either<F, G> arg0)
public Either<F2, G>
build(F2 arg0)