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