intarsys runtime library

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 Object
implements IMethodHandler


Constructor Summary
Predicates.And(IMethodHandler[] operators)
           
 
Method Summary
 Object invoke(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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Predicates.And

public Predicates.And(IMethodHandler[] operators)
Method Detail

invoke

public Object invoke(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

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.