| Modifier and Type | Field and Description |
|---|---|
static Classes.Streaming |
INTERFACES
For the sake of completeness and convenience: a
Function to treat the direct
interfaces of a given Class as a Stream. |
static Classes.Streaming |
LINEAGE_CLASSES
Encapsulates
Classes.lineageClasses(Class) as a Function |
static Classes.Streaming |
LINEAGE_HIERARCHY
Encapsulates
Classes.lineageHierarchy(Class) as a Function |
static Classes.Streaming |
SUPER_CLASS
For the sake of completeness and convenience: a
Function to treat the direct
superclass of a given Class as a Stream. |
static Classes.Streaming |
SUPERIOR
Encapsulates
Classes.superior(Class) as a Function |
static final Classes.Streaming SUPER_CLASS
Function to treat the direct
superclass of a given Class as a Stream.
The result will be an empty Stream if the given Class has no superclass. Otherwise the result is a Stream consisting of exactly one element, namely the
requested superclass.
static final Classes.Streaming INTERFACES
Function to treat the direct
interfaces of a given Class as a Stream.static final Classes.Streaming SUPERIOR
Classes.superior(Class) as a Functionstatic final Classes.Streaming LINEAGE_CLASSES
Classes.lineageClasses(Class) as a Functionstatic final Classes.Streaming LINEAGE_HIERARCHY
Classes.lineageHierarchy(Class) as a FunctionCopyright © 2020. All rights reserved.