$select<T extends HypenGeneratedData, I, S> abstract method
S
$select<T extends HypenGeneratedData, I, S>(})
Implementation
@ignoreGeneration
S $select<T extends HypenGeneratedData, I, S>(
Object key,
T Function() build, {
required S Function(I source) select,
Stream<S> Function(Stream<S> source)? pipe,
Object? actionKey,
});