Class Predicates

java.lang.Object
com.djrapitops.plan.utilities.Predicates

public class Predicates extends Object
Utility class for different Predicates used in the plugin.
  • Method Details

    • within

      public static <T extends DateHolder> Predicate<T> within(long after, long before)
    • pingInRange

      public static boolean pingInRange(double value)