de.intarsys.tools.reflect
Class Predicates.Or

java.lang.Object
  extended by 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
Predicates.Or(IMethodHandler[] operators)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object receiver, IArgs args)
          Execute the implementation associated with this method in the context of the receiver and return the result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Predicates.Or

public Predicates.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 the receiver and return the result.

Specified by:
invoke in interface IMethodHandler
Parameters:
receiver - The object implementing the method.
args - The arguments for the invocation.
Returns:
The result of the invocation.
Throws:
MethodInvocationException