Interface Rule.StreamRule<Z,W>

Type Parameters:
Z - - the input data type that will be mapped
W - - the data type of the intermediate stream that will be mapped
All Superinterfaces:
Rule<Z>
Enclosing interface:
Rule<T>

public static interface Rule.StreamRule<Z,W> extends Rule<Z>
The StreamRule interface allows a data mapping that selects another stream to be associated with and a set of named data mappings selecting end data items The intermediate stream is used to flatten a nested data structure, by firstly mapping a stream to a nested stream, them mapping that to a named set of data.
Author:
terminological