ariba.util.core
Class Predicate.Constant<T>

java.lang.Object
  extended by ariba.util.core.Predicate
      extended by ariba.util.core.Predicate.Constant<T>
Enclosing class:
Predicate<T>

public static class Predicate.Constant<T>
extends Predicate


Nested Class Summary
 
Nested classes/interfaces inherited from class ariba.util.core.Predicate
Predicate.Constant<T>
 
Field Summary
static Predicate.Constant False
           
static Predicate.Constant True
           
 
Method Summary
 boolean evaluate(java.lang.Object o)
           
static
<V> Predicate.Constant<V>
getFalse()
           
static
<V> Predicate.Constant<V>
getTrue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

True

public static final Predicate.Constant True

False

public static final Predicate.Constant False
Method Detail

getTrue

public static <V> Predicate.Constant<V> getTrue()

getFalse

public static <V> Predicate.Constant<V> getFalse()

evaluate

public boolean evaluate(java.lang.Object o)
Specified by:
evaluate in class Predicate


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