public class Predicates extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Predicates.And |
static class |
Predicates.Not |
static class |
Predicates.Or |
| Modifier and Type | Field and Description |
|---|---|
static IMethodHandler |
FALSE |
static IMethodHandler |
TRUE |
| Constructor and Description |
|---|
Predicates() |
| Modifier and Type | Method and Description |
|---|---|
static IMethodHandler |
and(IMethodHandler... op) |
static IMethodHandler |
not(IMethodHandler op) |
static IMethodHandler |
or(IMethodHandler... op) |
public static final IMethodHandler FALSE
public static final IMethodHandler TRUE
public static IMethodHandler and(IMethodHandler... op)
public static IMethodHandler or(IMethodHandler... op)
public static IMethodHandler not(IMethodHandler op)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.