Interface Specification<T>

    • Method Detail

      • isSatisfiedBy

        boolean isSatisfiedBy​(T candidate)
        Parameters:
        candidate - the candidate to test.
        Returns:
        true if the candidate satisfies this specification.