Uses of Record Class
com.mojang.datafixers.TypedOptic.Element
Packages that use TypedOptic.Element
-
Uses of TypedOptic.Element in com.mojang.datafixers
Fields in com.mojang.datafixers with type parameters of type TypedOptic.ElementModifier and TypeFieldDescriptionprivate final List<? extends TypedOptic.Element<?, ?, ?, ?>> TypedOptic.elementsThe field for theelementsrecord component.Methods in com.mojang.datafixers that return TypedOptic.ElementModifier and TypeMethodDescription<S2,T2> TypedOptic.Element <S2, T2, A, B> TypedOptic.Element.castOuterUnchecked(Type<S2> sType, Type<T2> tType) private TypedOptic.Element<?, ?, A, B> TypedOptic.innermostElement()private TypedOptic.Element<S, T, ?, ?> TypedOptic.outermostElement()Methods in com.mojang.datafixers that return types with arguments of type TypedOptic.ElementModifier and TypeMethodDescriptionList<? extends TypedOptic.Element<?, ?, ?, ?>> TypedOptic.elements()Returns the value of theelementsrecord component.Constructor parameters in com.mojang.datafixers with type arguments of type TypedOptic.ElementModifierConstructorDescriptionTypedOptic(Set<com.google.common.reflect.TypeToken<? extends K1>> bounds, List<? extends TypedOptic.Element<?, ?, ?, ?>> elements) Creates an instance of aTypedOpticrecord class. -
Uses of TypedOptic.Element in com.mojang.datafixers.functions
Method parameters in com.mojang.datafixers.functions with type arguments of type TypedOptic.ElementModifier and TypeMethodDescriptionprivate static intPointFreeRule.LensComp.findCommonPrefix(List<? extends TypedOptic.Element<?, ?, ?, ?>> first, List<? extends TypedOptic.Element<?, ?, ?, ?>> second)