Package | Description |
---|---|
com.streamscape.ds.stable.columns |
Modifier and Type | Field and Description |
---|---|
static DoubleBiPredicate |
DoubleColumnImpl.isEqualTo |
static DoubleBiPredicate |
DoubleColumnImpl.isGreaterThan |
static DoubleBiPredicate |
DoubleColumnImpl.isGreaterThanOrEqualTo |
static DoubleBiPredicate |
DoubleColumnImpl.isLessThan |
static DoubleBiPredicate |
DoubleColumnImpl.isLessThanOrEqualTo |
static DoubleBiPredicate |
DoubleColumnImpl.isNotEqualTo |
Modifier and Type | Method and Description |
---|---|
Selection |
DoubleColumnWrapper.select(DoubleBiPredicate predicate,
double value) |
default Selection |
DoubleColumn.select(DoubleBiPredicate predicate,
double value) |
Selection |
DoubleColumnWrapper.select(DoubleBiPredicate predicate,
double value,
Selection selection) |
Selection |
DoubleColumnImpl.select(DoubleBiPredicate predicate,
double value,
Selection selection) |
Selection |
DoubleColumn.select(DoubleBiPredicate predicate,
double value,
Selection selection) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.