mappingInputStreamFor

Creates a mapping input stream that applies the function f to all elements read from the stream.

mappingInputStreamFor
(
S
)
()
if (
isMappingFunction!(typeof(f), StreamType!S)
)

Parameters

stream S

The stream to wrap.

Return Value

Type: MappingInputStream!(f, S)

A mapping input stream.

Meta