| Package | Description |
|---|---|
| com.helger.commons.filter | |
| com.helger.commons.function |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFilterWithParameter<DATATYPE,PARAMTYPE>
A generic filter interface for simple object selection based on a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
default IBiPredicate<T,U> |
IBiPredicate.and(BiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
|
static <T,U> IBiPredicate<T,U> |
IBiPredicate.and(BiPredicate<? super T,? super U> aFirst,
BiPredicate<? super T,? super U> aSecond) |
default IBiPredicate<T,U> |
IBiPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default IBiPredicate<T,U> |
IBiPredicate.or(BiPredicate<? super T,? super U> other)
Returns a composed predicate that represents a short-circuiting logical OR
of this predicate and another.
|
static <T,U> IBiPredicate<T,U> |
IBiPredicate.or(BiPredicate<? super T,? super U> aFirst,
BiPredicate<? super T,? super U> aSecond) |
Copyright © 2014–2017 Philip Helger. All rights reserved.