de.intarsys.tools.reflect
Class Predicates.And

java.lang.Object
  extended by de.intarsys.tools.reflect.Predicates.And
All Implemented Interfaces:
IMethodHandler
Enclosing class:
Predicates

public static class Predicates.And
extends java.lang.Object
implements IMethodHandler


Constructor Summary
Predicates.And(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.And

public Predicates.And(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