Class Locatables


  • public class Locatables
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Locatables()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends Locatable>
      java.util.function.Predicate<T>
      getAreaPredicate​(Area... areas)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Locatables

        public Locatables()
    • Method Detail

      • getAreaPredicate

        public static <T extends Locatable> java.util.function.Predicate<T> getAreaPredicate​(Area... areas)