Click or drag to resize
Akka.NETTestSubscriberManualProbeTExpectNextTOther Method (PredicateTOther)

[Missing <summary> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ExpectNext``1(System.Predicate{``0})"]

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TOther ExpectNext<TOther>(
	Predicate<TOther> predicate
)

Parameters

predicate
Type: SystemPredicateTOther

[Missing <param name="predicate"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ExpectNext``1(System.Predicate{``0})"]

Type Parameters

TOther

[Missing <typeparam name="TOther"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ExpectNext``1(System.Predicate{``0})"]

Return Value

Type: TOther

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ExpectNext``1(System.Predicate{``0})"]

See Also