Package org.midheaven.lang.reflection
Interface PropertiesMirror<T>
- Type Parameters:
T- the type with properties
- All Superinterfaces:
Enumerable<Property>,Iterable<Property>
Defines the contract for Properties Mirror.
-
Method Summary
Methods inherited from interface org.midheaven.collections.Enumerable
allMatch, any, anyMatch, as, associate, associate, cast, collect, concat, count, distinct, enumerator, filter, first, flatMap, groupBy, isEmpty, iterator, limit, map, maximum, minimum, ofType, peek, reduce, reduce, skip, sorted, toArray, toArray, toArray, toDistinctAssortment, toSequence, toSequence, with, zipMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
get
Performs get.- Parameters:
name- the name value- Returns:
- the result of get
-
get
Performs get.- Parameters:
property- the property value- Returns:
- the result of get
-
get
-