Package uk.co.terminological.rjava
Interface Rule.StreamRule<Z,W>
- Type Parameters:
Z
- - the input data type that will be mappedW
- - the data type of the intermediate stream that will be mapped
- All Superinterfaces:
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface uk.co.terminological.rjava.Rule
Rule.MapRule<Y>, Rule.StreamRule<Z,
W> -
Field Summary
Fields inherited from interface uk.co.terminological.rjava.Rule
ConvertibleTypes
-
Method Summary
-
Method Details
-
streamRule
-
mapRules
List<Rule.MapRule<W>> mapRules()
-