com.mojang.datafixers.functions

final class Apply<A, B>

extends PointFree<B>

com.mojang.datafixers.functions.Apply

Field summary

Modifier and TypeField
protected final PointFree<Function<A, B>>
func
protected final PointFree<A>
arg
protected final Type<A>
argType

Constructor summary

ModifierConstructor
public (PointFree<Function<A, B>> arg0, PointFree<A> arg1, Type<A> arg2)

Method summary

Modifier and TypeMethod
public Function<DynamicOps<?>, B>
eval()
public String
toString(int arg0)
public Optional<? extends PointFree<B>>
all(PointFreeRule arg0, Type<B> arg1)
public Optional<? extends PointFree<B>>
one(PointFreeRule arg0, Type<B> arg1)