org.richfaces.cdk.model
Class Named.NamePredicate
java.lang.Object
org.richfaces.cdk.model.Named.NamePredicate
- All Implemented Interfaces:
- com.google.common.base.Predicate<Named>
- Enclosing interface:
- Named
public static final class Named.NamePredicate
- extends Object
- implements com.google.common.base.Predicate<Named>
Predicate used to lookup named element in the ModelCollection
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Predicate |
equals |
Named.NamePredicate
public Named.NamePredicate(String name)
apply
public boolean apply(Named input)
- Specified by:
apply in interface com.google.common.base.Predicate<Named>
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.