Package | Description |
---|---|
com.devexperts.qd.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
Modifier and Type | Class and Description |
---|---|
static class |
PatternFilter.RecordPatternFilter |
Modifier and Type | Method and Description |
---|---|
static RecordOnlyFilter |
CompositeFilters.forRecords(Collection<DataRecord> records)
Returns filter that accepts only a specified collection of records.
|
static RecordOnlyFilter |
RecordOnlyFilter.valueOf(String spec,
DataScheme scheme)
Parses a given specification as record-only filter for a given scheme.
|
Copyright © 2002-2019 Devexperts LLC. All Rights Reserved.