intarsys runtime library

de.intarsys.tools.reflect
Class Predicates

java.lang.Object
  extended by de.intarsys.tools.reflect.Predicates

public class Predicates
extends Object


Nested Class Summary
static class Predicates.And
           
static class Predicates.Not
           
static class Predicates.Or
           
 
Field Summary
static IMethodHandler FALSE
           
static IMethodHandler TRUE
           
 
Constructor Summary
Predicates()
           
 
Method Summary
static IMethodHandler and(IMethodHandler... op)
           
static IMethodHandler not(IMethodHandler op)
           
static IMethodHandler or(IMethodHandler... op)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FALSE

public static final IMethodHandler FALSE

TRUE

public static final IMethodHandler TRUE
Constructor Detail

Predicates

public Predicates()
Method Detail

and

public static IMethodHandler and(IMethodHandler... op)

or

public static IMethodHandler or(IMethodHandler... op)

not

public static IMethodHandler not(IMethodHandler op)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.