com.togethersoft.openapi.util.function
Interface UnaryCondition

All Known Implementing Classes:
SimpleWildcardFilter

public interface UnaryCondition

Declares a single method called execute() that takes a single object as its argument and returns a boolean.

Author:
TogetherSoft
Since: Together 4.0

Method Summary
 booleanexecute(Object object)
          Return the result of executing with a single Object.

Method Detail

execute

public boolean execute(Object object)
Return the result of executing with a single Object.