SequenceAction

io.github.srs.model.entity.dynamicentity.action.SequenceAction
See theSequenceAction companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension [F[_], E <: DynamicEntity, A <: Action[F]](a: A)(using evidence$1: Monad[F])
infix def thenDo: Action[F]

Chains the current action with the next action in a sequence.

Chains the current action with the next action in a sequence.

Value parameters

next

the next action to be executed after the current action.

Attributes

Returns

the combined action as a SequenceAction.