SourceOfTruthExtensions<Key, Input> extension

SourceOfTruth useful extensions.

on

Methods

mapTo<Output>(Output fromInput(Input), Input fromOutput(Output)) SourceOfTruth<Key, Output>
Transforms a SourceOfTruth of Key, Input into a SourceOfTruth of Key, Output.
mapToUsingMapper<Output>(StockTypeMapper<Input, Output> mapper) SourceOfTruth<Key, Output>
Transforms a SourceOfTruth of Key, Input into a SourceOfTruth of Key, Output.