edu.qut.cs.rcmd.common.util
Class MathPredicates
java.lang.Object
edu.qut.cs.rcmd.common.util.MathPredicates
public final class MathPredicates
- extends Object
Method Summary |
static com.google.common.base.Predicate<Double> |
greaterThan(double num)
|
static com.google.common.base.Predicate<Double> |
isNaN()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
greaterThan
public static com.google.common.base.Predicate<Double> greaterThan(double num)
isNaN
public static com.google.common.base.Predicate<Double> isNaN()
Copyright © 2012. All Rights Reserved.