ariba.util.core
Class Predicate<T>

java.lang.Object
  extended by ariba.util.core.Predicate<T>
Direct Known Subclasses:
CompositePredicate, ModMofNPredicate, NotPredicate, Predicate.Constant, WhiteListPredicate

public abstract class Predicate<T>
extends java.lang.Object


Nested Class Summary
static class Predicate.Constant<T>
           
 
Constructor Summary
Predicate()
           
 
Method Summary
abstract  boolean evaluate(T t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Predicate

public Predicate()
Method Detail

evaluate

public abstract boolean evaluate(T t)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.