Uses of Class
fj.Class

Packages that use Class
Package
Description
Types that set the premise for the existence of Functional Java.
  • Uses of Class in fj

    Methods in fj that return Class
    Modifier and Type
    Method
    Description
    static <T> Class<T>
    Class.clas(Class<T> c)
    Constructs a class from the given argument.
    Methods in fj that return types with arguments of type Class
    Modifier and Type
    Method
    Description
    static <A> Show<Class<A>>
    Show.classShow()
    A show instance for the Class type.
    List<Class<? super T>>
    Class.inheritance()
    Returns the inheritance hierarchy of this class.