Class Type<A>

java.lang.Object
com.mojang.datafixers.types.Type<A>
All Implemented Interfaces:
App<Type.Mu,A>
Direct Known Subclasses:
Check.CheckType, CompoundList.CompoundListType, Const.PrimitiveType, EmptyPart, EmptyPartPassthrough, Func, Hook.HookType, List.ListType, Named.NamedType, Product.ProductType, RecursivePoint.RecursivePointType, Sum.SumType, Tag.TagType, TaggedChoice.TaggedChoiceType

public abstract class Type<A> extends Object implements App<Type.Mu,A>