org.decisiondeck.utils
Class LEQ

java.lang.Object
  extended by org.decisiondeck.utils.LEQ
All Implemented Interfaces:
Predicate<Double>

public class LEQ
extends Object
implements Predicate<Double>


Constructor Summary
LEQ(double value)
           
 
Method Summary
 boolean apply(Double input)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

LEQ

public LEQ(double value)
Method Detail

apply

public boolean apply(Double input)
Specified by:
apply in interface Predicate<Double>


Copyright © 2011. All Rights Reserved.