AkkaSpecExtensions..::..Then<(Of <(<'T>)>)> Method (T, Action<(Of <(<'T, T>)>)>, T)

Namespace:  Akka.Tests
Assembly:  Akka.TestKit (in Akka.TestKit.dll)

Syntax


public static void Then<T>(
	this T self,
	Action<T, T> body,
	T other
)
<ExtensionAttribute> _
Public Shared Sub Then(Of T) ( _
	self As T, _
	body As Action(Of T, T), _
	other As T _
)
[ExtensionAttribute]
public:
generic<typename T>
static void Then(
	T self, 
	Action<T, T>^ body, 
	T other
)

Type Parameters

T

Parameters

self
Type: T
body
Type: Action<(Of <(<'T, T>)>)>
other
Type: T