de.intarsys.tools.reflect
Class Predicates.And
java.lang.Object
de.intarsys.tools.reflect.Predicates.And
- All Implemented Interfaces:
- IMethodHandler
- Enclosing class:
- Predicates
public static class Predicates.And
- extends Object
- implements IMethodHandler
|
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. |
Predicates.And
public Predicates.And(IMethodHandler[] operators)
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
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.