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.Objectinvoke(java.lang.Object receiver, IArgs args)Execute the implementation associated with this method in the context of thereceiverand 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 MethodInvocationExceptionDescription copied from interface:IMethodHandlerExecute the implementation associated with this method in the context of thereceiverand return the result.- Specified by:
invokein interfaceIMethodHandler- Parameters:
receiver- The object implementing the method.args- The arguments for the invocation.- Returns:
- The result of the invocation.
- Throws:
MethodInvocationException
-
-