Package de.intarsys.tools.reflect
Class Predicates.And
java.lang.Object
de.intarsys.tools.reflect.Predicates.And
- All Implemented Interfaces:
IMethodHandler
- Enclosing class:
Predicates
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
And
-
-
Method Details
-
invoke
Description 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
-