Package com.opencqrs.esdb.client.eventql
Interface RowHandler.AsScalar<T>
- All Superinterfaces:
Consumer<T>
,RowHandler
- Enclosing interface:
RowHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static non-sealed interface RowHandler.AsScalar<T>
extends RowHandler, Consumer<T>
FunctionalInterface
to be implemented for consuming query result rows as scalar data types. This can be
used for queries similar to FROM e IN events ... PROJECT INTO e.time
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opencqrs.esdb.client.eventql.RowHandler
RowHandler.AsEvent, RowHandler.AsMap, RowHandler.AsObject<T>, RowHandler.AsScalar<T>
-
Method Summary