Package de.intarsys.tools.reflect
Class Predicates.Or
java.lang.Object
de.intarsys.tools.reflect.Predicates.Or
- All Implemented Interfaces:
IMethodHandler
- Enclosing class:
- Predicates
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Or
-
-
Method Details
-
invoke
Description copied from interface:IMethodHandler
Execute the implementation associated with this method in the context of thereceiver
and return the result.- Specified by:
invoke
in interfaceIMethodHandler
- Parameters:
receiver
- The object implementing the method.args
- The arguments for the invocation.- Returns:
- The result of the invocation.
- Throws:
MethodInvocationException
-