| Package | Description |
|---|---|
| com.helger.commons.filter | |
| com.helger.commons.function | |
| com.helger.commons.io.file.filter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFilter<DATATYPE>
A generic filter interface for simple object selection.
|
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> IPredicate<DATATYPE> |
IPredicate.all() |
static <DATATYPE> IPredicate<DATATYPE> |
IPredicate.and(Predicate<? super DATATYPE> aFirst,
Predicate<? super DATATYPE> aSecond) |
default IPredicate<T> |
IPredicate.and(Predicate<? super T> other)
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
|
static <T> IPredicate<T> |
IPredicate.isEqual(Object aCmpTo)
Returns a predicate that tests if two arguments are equal according to
Objects.equals(Object, Object). |
static <DATATYPE> IPredicate<DATATYPE> |
IPredicate.isNull() |
default IPredicate<T> |
IPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
static <DATATYPE> IPredicate<DATATYPE> |
IPredicate.none() |
static <DATATYPE> IPredicate<DATATYPE> |
IPredicate.notNull() |
static <DATATYPE> IPredicate<DATATYPE> |
IPredicate.or(Predicate<? super DATATYPE> aFirst,
Predicate<? super DATATYPE> aSecond) |
default IPredicate<T> |
IPredicate.or(Predicate<? super T> other)
Returns a composed predicate that represents a short-circuiting logical OR
of this predicate and another.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFileFilter
|
Copyright © 2014–2017 Philip Helger. All rights reserved.