Package 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 java.lang.Object implements IMethodHandler
-
-
Constructor Summary
Constructors Constructor Description And(IMethodHandler[] operators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object receiver, IArgs args)
Execute the implementation associated with this method in the context of thereceiver
and return the result.
-
-
-
Constructor Detail
-
And
public 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 thereceiver
and return the result.- Specified by:
invoke
in interfaceIMethodHandler
- Parameters:
receiver
- The object implementing the method.args
- The arguments for the invocation.- Returns:
- The result of the invocation.
- Throws:
MethodInvocationException
-
-