Package one.microstream.util.traversing
Class TraversalPredicateLeaf.Default
java.lang.Object
one.microstream.util.traversing.AbstractHandlingPredicate
one.microstream.util.traversing.TraversalPredicateLeaf.Default
- All Implemented Interfaces:
 Predicate<Object>,TraversalPredicate,TraversalPredicateLeaf
- Enclosing interface:
 - TraversalPredicateLeaf
 
public static final class TraversalPredicateLeaf.Default extends AbstractHandlingPredicate implements TraversalPredicateLeaf
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.util.traversing.TraversalPredicateLeaf
TraversalPredicateLeaf.Default - 
Constructor Summary
Constructors Modifier Constructor Description protectedDefault(XGettingSet<Object> explicitInstances, Predicate<Object> customPredicate, XGettingSet<Class<?>> positiveTypes, XGettingSequence<Class<?>> typesPolymorphic) - 
Method Summary
 
- 
Constructor Details
- 
Default
protected Default(XGettingSet<Object> explicitInstances, Predicate<Object> customPredicate, XGettingSet<Class<?>> positiveTypes, XGettingSequence<Class<?>> typesPolymorphic) 
 - 
 - 
Method Details
- 
isLeaf
- Specified by:
 isLeafin interfaceTraversalPredicateLeaf
 
 -