Interface PlacePredicate

    • Method Detail

      • testPlace

        boolean testPlace​(Place place)
        Returns whether a certain predicate is satisfied for a given place
        Parameters:
        place - that we want to check for filtering
        Returns:
        true when the predicate is satisfied and false otherwise
      • test

        default boolean test​(Place place)
        Specified by:
        test in interface java.util.function.Predicate<Place>