org.drools.core.util
Class Predicate.PassAll
java.lang.Object
org.drools.core.util.Predicate.PassAll
- All Implemented Interfaces:
- Predicate<Object>
- Enclosing interface:
- Predicate<T>
public static class Predicate.PassAll
- extends Object
- implements Predicate<Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final Predicate.PassAll INSTANCE
Predicate.PassAll
public Predicate.PassAll()
apply
public boolean apply(Object item)
- Specified by:
apply in interface Predicate<Object>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.