Interface TypeDescriptor<T>

  • Type Parameters:
    T - the type that this TypeDescriptor describes
    All Superinterfaces:
    Function<Nil<T>,​String>

    public interface TypeDescriptor<T>
    extends Function<Nil<T>,​String>
    Convenience interface for describing an Op that turns a type into a String
    Author:
    Gabriel Selzer