Click or drag to resize
Akka.NETGraphStageLogicConditionalTerminateInput Method
Input handler that terminates the state upon receiving completion if the given condition holds at that time. The stage fails upon receiving a failure.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static InHandler ConditionalTerminateInput(
	Func<bool> predicate
)

Parameters

predicate
Type: SystemFuncBoolean
TBD

Return Value

Type: InHandler
TBD
See Also