Types

Link copied to clipboard
interface Value<out T>

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun <T> constant(value: T): IBulkQuery.Value<T>
Link copied to clipboard
abstract fun executeQuery()
Link copied to clipboard
abstract fun <I, O> flatMap(input: Iterable<I>, f: (I) -> IBulkQuery.Value<O>): IBulkQuery.Value<List<O>>
Link copied to clipboard
abstract fun offerPrefetch(key: IPrefetchGoal)
Link copied to clipboard
abstract fun <T : IKVValue> query(hash: KVEntryReference<T>): IBulkQuery.Value<T?>