TransformHelper..::..Using Method
Namespace:
Akka.Actor
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public FSM<(Of <(<'TS, TD>)>)>..::..StateFunction Using( Func<State<TS, TD>, State<TS, TD>> andThen )
Public Function Using ( _ andThen As Func(Of State(Of TS, TD), State(Of TS, TD)) _ ) As FSM<(Of <(<'TS, TD>)>)>..::..StateFunction
public: FSM<(Of <(<'TS, TD>)>)>..::..StateFunction^ Using( Func<State<TS, TD>^, State<TS, TD>^>^ andThen )