com.atlassian.jira.util
Class Predicates.FalsePredicate<T>

java.lang.Object
  extended by com.atlassian.jira.util.Predicates.FalsePredicate<T>
All Implemented Interfaces:
Predicate<T>
Enclosing class:
Predicates

public static final class Predicates.FalsePredicate<T>
extends Object
implements Predicate<T>

A predicate that always returns false. It is a singleton.


Method Summary
protected  Object clone()
           
 boolean evaluate(Object input)
           
static
<T> Predicate<T>
getInstance()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

evaluate

public boolean evaluate(Object input)
Specified by:
evaluate in interface Predicate<T>

getInstance

public static <T> Predicate<T> getInstance()


Copyright © 2002-2012 Atlassian. All Rights Reserved.