Click or drag to resize
Akka.NETSinkTIn, TMatContraMapTIn2 Method
Transform this Sink by applying a function to each *incoming* upstream element before it is passed to the Sink Backpressures when original Sink backpressures Cancels when original Sink backpressures

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Sink<TIn2, TMat> ContraMap<TIn2>(
	Func<TIn2, TIn> function
)

Parameters

function
Type: SystemFuncTIn2, TIn
TBD

Type Parameters

TIn2
TBD

Return Value

Type: SinkTIn2, TMat
TBD
See Also