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.Objectinvoke(java.lang.Object receiver, IArgs args)Execute the implementation associated with this method in the context of thereceiverand 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 MethodInvocationExceptionDescription copied from interface:IMethodHandlerExecute the implementation associated with this method in the context of thereceiverand return the result.- Specified by:
invokein interfaceIMethodHandler- Parameters:
receiver- The object implementing the method.args- The arguments for the invocation.- Returns:
- The result of the invocation.
- Throws:
MethodInvocationException
-
-