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 Detail

      • type

        Type type()
        Gets the underlying type.
        Returns:
        the type