public static class Predicates.And extends java.lang.Object implements IMethodHandler
Constructor and Description |
---|
And(IMethodHandler[] operators) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object receiver,
IArgs args)
Execute the implementation associated with this method in the context of
the
receiver and return the result. |
public And(IMethodHandler[] operators)
public java.lang.Object invoke(java.lang.Object receiver, IArgs args) throws MethodInvocationException
IMethodHandler
receiver
and return the result.invoke
in interface IMethodHandler
receiver
- The object implementing the method.args
- The arguments for the invocation.MethodInvocationException