abstract class AroundHelper extends Around
- Source
- Specs.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AroundHelper
- Around
- DelayedInit
- Around
- Context
- Scope
- Scope
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AroundHelper(helperClass: Class[_])
Abstract Value Members
- abstract def wrap[T](t: => T)(implicit arg0: AsResult[T]): Result
Concrete Value Members
- def andThen(a: Around): Around
- Definition Classes
- Around
- def apply[T](a: => T)(implicit arg0: AsResult[T]): Result
- Definition Classes
- Around → Context
- def around[T](t: => T)(implicit arg0: AsResult[T]): Result
- Definition Classes
- AroundHelper → Around
- def compose(a: Around): Around
- Definition Classes
- Around
- def delayedInit(x: => Unit): Unit
- Definition Classes
- Around → DelayedInit
- def running(): Unit