intarsys runtime library

Uses of Interface
de.intarsys.tools.reflect.IMethodHandler

Packages that use IMethodHandler
de.intarsys.tools.functor   
de.intarsys.tools.objectmodel   
de.intarsys.tools.reflect   
 

Uses of IMethodHandler in de.intarsys.tools.functor
 

Classes in de.intarsys.tools.functor that implement IMethodHandler
 class FunctorMethodHandler
           
 

Methods in de.intarsys.tools.functor that return IMethodHandler
static IMethodHandler FunctorMethodHandler.create(IFunctor functor)
           
 

Uses of IMethodHandler in de.intarsys.tools.objectmodel
 

Subinterfaces of IMethodHandler in de.intarsys.tools.objectmodel
 interface IMethod
          The abstraction of a "method" or "function" within an IClass.
 

Classes in de.intarsys.tools.objectmodel that implement IMethodHandler
 class FunctorMethod
          The wrapper around an IFunctor to make it an IMethod.
 

Uses of IMethodHandler in de.intarsys.tools.reflect
 

Classes in de.intarsys.tools.reflect that implement IMethodHandler
static class Predicates.And
           
static class Predicates.Not
           
static class Predicates.Or
           
 

Fields in de.intarsys.tools.reflect declared as IMethodHandler
static IMethodHandler Predicates.FALSE
           
static IMethodHandler Predicates.TRUE
           
 

Methods in de.intarsys.tools.reflect that return IMethodHandler
static IMethodHandler Predicates.and(IMethodHandler... op)
           
static IMethodHandler Predicates.not(IMethodHandler op)
           
static IMethodHandler Predicates.or(IMethodHandler... op)
           
 

Methods in de.intarsys.tools.reflect with parameters of type IMethodHandler
static IMethodHandler Predicates.and(IMethodHandler... op)
           
static IMethodHandler Predicates.not(IMethodHandler op)
           
static IMethodHandler Predicates.or(IMethodHandler... op)
           
 

Constructors in de.intarsys.tools.reflect with parameters of type IMethodHandler
Predicates.And(IMethodHandler[] operators)
           
Predicates.Not(IMethodHandler operator)
           
Predicates.Or(IMethodHandler[] operators)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.