Module com.rezzedup.util.constants
Interface TypeCompatible<T>
-
- Type Parameters:
T- the generic type
- All Known Implementing Classes:
TypeCapture
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TypeCompatible<T>
Conversion layer for alternative type token implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Typetype()Gets the underlying type.
-
-
-
Method Detail
-
type
Type type()
Gets the underlying type.- Returns:
- the type
-
-