org.dartra.util
Interface Condition


public interface Condition

Utility strategy interface to select certain objects that comply to a certain condition.

Author:
Erwin Vervaet

Method Summary
 boolean check(java.lang.Object obj)
          Check whether or not given object complies with the condition implemented by the strategy.
 

Method Detail

check

public boolean check(java.lang.Object obj)

Check whether or not given object complies with the condition implemented by the strategy.