Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)