Uses of Interface
com.rezzedup.util.constants.types.TypeCompatible
-
Packages that use TypeCompatible Package Description com.rezzedup.util.constants Utilities forstatic finalconstants.com.rezzedup.util.constants.types Type tokens and casting. -
-
Uses of TypeCompatible in com.rezzedup.util.constants
Methods in com.rezzedup.util.constants with parameters of type TypeCompatible Modifier and Type Method Description <T> Aggregates.Pending.Aggregation<T>Aggregates.Pending.ConstantType. constantsOfType(TypeCompatible<T> type)Sets the type of constant to aggregate. -
Uses of TypeCompatible in com.rezzedup.util.constants.types
Classes in com.rezzedup.util.constants.types that implement TypeCompatible Modifier and Type Class Description classTypeCapture<T>A so-called "super" type token capable of capturing generic type information.Methods in com.rezzedup.util.constants.types with parameters of type TypeCompatible Modifier and Type Method Description <T> Function<@NullOr Object,Optional<T>>Cast.Unsafe. generic(TypeCompatible<T> type)Creates a function that attempts to cast objects into the specified generic type.<T> Optional<T>Cast.Unsafe. generic(TypeCompatible<T> type, @NullOr Object object)Attempts to cast an object into the specified generic type.<T> Optional<T>Cast.Unsafe. genericOptional(TypeCompatible<T> type, Optional<?> optional)Attempts to cast anOptional's contents into the specified generic type.static <T> TypeCapture<T>TypeCapture. type(TypeCompatible<T> type)Converts an alternative compatible type token into a type captures.
-