Package gw.util

Interface Predicate<T>

All Known Implementing Classes:
KnownBreakConditionPredicate

public interface Predicate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • evaluate

      boolean evaluate(T o)