JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.controlsfx.controls
Package
impl.org.controlsfx.tableview2.filter.parser.aggregate
Interface Aggregator
All Known Implementing Classes:
AggregatorsParser
public interface
Aggregator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<T>
Predicate
<T>
aggregate
(
String
lhs,
String
rhs,
Parser
<T> parser)
Method Details
aggregate
<T>
Predicate
<T>
aggregate
(
String
lhs,
String
rhs,
Parser
<T> parser)