BeforeAfter

trait BeforeAfter extends Before with After
Companion
object
trait After
trait Before
trait Context
class Object
trait Matchable
class Any

Value members

Concrete methods

sequence the actions of 2 BeforeAfter traits

sequence the actions of 2 BeforeAfter traits

override def apply[T](a: => T)(using evidence$5: AsResult[T]): Result
Definition Classes

compose the actions of 2 BeforeAfter traits

compose the actions of 2 BeforeAfter traits

Inherited methods

def after: Any

override this method to provide the after behavior

override this method to provide the after behavior

Inherited from
After
def andThen(b: After): After

sequence the actions of 2 After traits

sequence the actions of 2 After traits

Inherited from
After

sequence the actions of 2 Before traits

sequence the actions of 2 Before traits

Inherited from
Before
def before: Any

override this method to provide the before behavior

override this method to provide the before behavior

Inherited from
Before
def compose(a: After): After

compose the actions of 2 After traits

compose the actions of 2 After traits

Inherited from
After

compose the actions of 2 Before traits

compose the actions of 2 Before traits

Inherited from
Before