All Classes and Interfaces

Class
Description
Utility functions to convert functions expecting a list of domain events into a functions expecting a stream of domain events, and vice versa.
 
Compose several "list commands" (Function<List<T>, List<T>>) into one by leveraging function composition.
Utility for creating partial function applications for "commands", e.g.
 
 
 
 
 
 
 
 
 
 
 
 
Compose several "stream commands" (Function<Stream<T>, Stream<T>>) into one by leveraging function composition.