Module org.controlsfx.controls
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)
-