public static class Predicates.Or extends java.lang.Object implements IMethodHandler
| Constructor and Description |
|---|
Or(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 Or(IMethodHandler[] operators)
public java.lang.Object invoke(java.lang.Object receiver,
IArgs args)
throws MethodInvocationException
IMethodHandlerreceiver and return the result.invoke in interface IMethodHandlerreceiver - The object implementing the method.args - The arguments for the invocation.MethodInvocationException