Interface Predicate<T>

    • Method Detail

      • satisfiedBy

        boolean satisfiedBy​(T testedInstance)
        Returns whether the given instance satisfies this predicate.