Package io.hawt.util

Interface Predicate<T>


  • public interface Predicate<T>
    Evaluates the predicate on the given value
    • Method Detail

      • evaluate

        boolean evaluate​(T value)