After

trait After extends Context

The After trait can be inherited by classes representing a context where an action must be executing after the main executable action

See also:

Example to understand why the type T must : AsResult

Companion:
object
trait Context
trait Scope
trait Scope
class Object
trait Matchable
class Any
trait After

Value members

Abstract methods

def after: Any

override this method to provide the after behavior

override this method to provide the after behavior

Concrete methods

sequence the actions of 2 After traits

sequence the actions of 2 After traits

def apply[T : AsResult](a: => T): Result

execute an action returning a Result and finally the after action

execute an action returning a Result and finally the after action

compose the actions of 2 After traits

compose the actions of 2 After traits