Uses of Interface
io.github.kaststream.api.v2.facade.KastCollector
-
Packages that use KastCollector Package Description io.github.kaststream.api.v2 -
-
Uses of KastCollector in io.github.kaststream.api.v2
Methods in io.github.kaststream.api.v2 with parameters of type KastCollector Modifier and Type Method Description voidFlatMapper. flatMap(KastRow kRow, KastCollector out, KastRowBuilder kastRowBuilder)Your function implementation.voidProcessor. processElement(KastRow kRow, KastProcessorContext context, KastCollector collector, KastRowBuilder kastRowBuilder)voidCoProcessor. processElement1(KastRow kRow, KastCoProcessorContext ctx, KastCollector out, KastRowBuilder kastRowBuilder)This method is called for each element in the first of the connected streams.voidCoProcessor. processElement2(KastRow kRow, KastCoProcessorContext ctx, KastCollector out, KastRowBuilder kastRowBuilder)This method is called for each element in the second of the connected streams.
-