JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openimaj.util.function
Interface Predicate<T>
Type Parameters:
T
- type of object being tested
All Known Implementing Classes:
AestheticodeDetector
,
And
,
ByteEntropyFilter
,
ContextPredicateAdaptor
,
ConvexityCheck2D
,
DateFilter
,
GeoFilter
,
GrepFilter
,
IsReplyFilter
,
LanguageFilter
,
MaxIterations
,
MinEpsilon
,
MinEpsilonOrMaxIterations
,
NegationPredicate
,
Or
,
OrientationCheck2D
,
RandomFilter
,
TransformMatrixConditionCheck
,
TwitterPreprocessingPredicate
public interface
Predicate
<T>
A
Predicate
is used to apply a boolean test to a particular object to see if it passes some criteria.
Author:
Jonathon Hare (jsh2@ecs.soton.ac.uk)
Method Summary
Methods
Modifier and Type
Method and Description
boolean
test
(
T
object)
Tests whether a specific object passes some criteria.
Method Detail
test
boolean
test
(
T
object)
Tests whether a specific object passes some criteria.
Parameters:
object
- the object being tested.
Returns:
true if object passes the criteria; false otherwise.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method