JavaScript is disabled on your browser.
Skip navigation links
Java API Reference for Oracle Coherence
(24.09.3)
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
com.tangosol.util.filter.NotFilter
Packages that use
NotFilter
Package
Description
com.tangosol.util
Contains various generic utilities.
Uses of
NotFilter
in
com.tangosol.util
Methods in
com.tangosol.util
that return
NotFilter
Modifier and Type
Method
Description
static <T>
NotFilter
<T>
Filters.
not
(
Filter
<T> filter)
Return a filter that represents the logical negation of the specified filter.