com.mojang.datafixers.kinds

public final class IdF<A>

implements App<IdF$Mu, A>

com.mojang.datafixers.kinds.IdF

Field summary

Modifier and TypeField
protected final A
value

Constructor summary

ModifierConstructor
(A arg0)

Method summary

Modifier and TypeMethod
public A
value()
public static <A> A
get(App<IdF$Mu, A> arg0)
public static <A> IdF<A>
create(A arg0)