intarsys runtime library

de.intarsys.tools.reflect
Class Predicates.Not

java.lang.Object
  extended by de.intarsys.tools.reflect.Predicates.Not
All Implemented Interfaces:
IMethodHandler
Enclosing class:
Predicates

public static class Predicates.Not
extends Object
implements IMethodHandler


Constructor Summary
Predicates.Not(IMethodHandler operator)
           
 
Method Summary
 Object invoke(Object receiver, IArgs args)
          Execute the implementation associated with this method in the context of the receiver and return the result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Predicates.Not

public Predicates.Not(IMethodHandler operator)
Method Detail

invoke

public Object invoke(Object receiver,
                     IArgs args)
              throws MethodInvocationException
Description copied from interface: IMethodHandler
Execute the implementation associated with this method in the context of the receiver and return the result.

Specified by:
invoke in interface IMethodHandler
Parameters:
receiver - The object implementing the method.
args - The arguments for the invocation.
Returns:
The result of the invocation.
Throws:
MethodInvocationException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.