Uses of Interface
com.mastfrog.abstractions.Named
Packages that use Named
-
Uses of Named in com.mastfrog.abstractions
Subinterfaces of Named in com.mastfrog.abstractionsModifier and TypeInterfaceDescriptioninterfaceWrapper<W>Abstraction for an object which is a wrapper for another object, which may be of the same or a different type, and may exist in a hierarchy of such objects, with methods for resolving such wrapped objects in a type-safe way.Classes in com.mastfrog.abstractions that implement NamedModifier and TypeClassDescriptionclassBase class for things that are implement Named and want to use that for their toString() implementation.Methods in com.mastfrog.abstractions with type parameters of type NamedModifier and TypeMethodDescriptionNamed.namesIterable(Iterable<T> objs) Named.namesIterator(Iterator<T> iter) Methods in com.mastfrog.abstractions that return Named