JavaScript is disabled on your browser.
Skip navigation links
BandM metatools
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
eu.bandm.tools.ops
Interface Predicate<D>
@Deprecated
public interface
Predicate<D>
Deprecated.
use
Predicate
instead. Then
Predicate.test(T)
must be used instead of
accepts(D)
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
boolean
accepts
(
D
value)
Deprecated.
Method Details
accepts
boolean
accepts
(
D
value)
Deprecated.
Predicate
instead. ThenPredicate.test(T)
must be used instead ofaccepts(D)
.