Package de.intarsys.tools.reflect
Class Predicates.Or
- java.lang.Object
-
- de.intarsys.tools.reflect.Predicates.Or
-
- All Implemented Interfaces:
IMethodHandler
- Enclosing class:
- Predicates
public static class Predicates.Or extends java.lang.Object implements IMethodHandler
-
-
Constructor Summary
Constructors Constructor Description Or(IMethodHandler[] operators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object receiver, IArgs args)
Execute the implementation associated with this method in the context of thereceiver
and return the result.
-
-
-
Constructor Detail
-
Or
public Or(IMethodHandler[] operators)
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object receiver, IArgs args) throws MethodInvocationException
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
-
-