SdbIndex3RefExtension<K extends SdbKey, V extends SdbValue, I1 extends SdbIndexKey, I2 extends SdbIndexKey, I3 extends SdbIndexKey> extension
Extension on index on 3 fields.
- on
-
- SdbIndex3Ref<
K, V, I1, I2, I3>
- SdbIndex3Ref<
Methods
-
lowerBoundary(
I1 value1, I2 value2, I3 value3, {bool? include = true}) → SdbBoundary< (I1, I2, I3)> -
Available on SdbIndex3Ref<
Lower boundaryK, V, I1, I2, I3> , provided by the SdbIndex3RefExtension extension -
upperBoundary(
I1 value1, I2 value2, I3 value3, {bool? include = false}) → SdbBoundary< (I1, I2, I3)> -
Available on SdbIndex3Ref<
Upper boundaryK, V, I1, I2, I3> , provided by the SdbIndex3RefExtension extension