Package com.djrapitops.plan.utilities
Class Predicates
- java.lang.Object
-
- com.djrapitops.plan.utilities.Predicates
-
public class Predicates extends java.lang.Object
Utility class for different Predicates used in the plugin.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
pingInRange(double value)
static <T extends DateHolder>
java.util.function.Predicate<T>within(long after, long before)
-
-
-
Method Detail
-
within
public static <T extends DateHolder> java.util.function.Predicate<T> within(long after, long before)
-
pingInRange
public static boolean pingInRange(double value)
-
-