JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.scichart.core.common
Interface Predicate<T>
Type Parameters:
T
- Type of item
public interface
Predicate<T>
Interface which defines method which check if argument meets some criteria
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
select
(
T
item)
Checks if item meets some criteria which is defined by this predicate
Method Detail
select
boolean select(
T
item)
Checks if item meets some criteria which is defined by this predicate
Parameters:
item
- Item to check
Returns:
True if item meets specified criteria
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method