package lifecycle
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
trait
Andable extends AnyRef
Gives you a possibility to write
container1 and container2.Gives you a possibility to write
container1 and container2.Used for tests DSL.
- trait Stoppable extends AutoCloseable with Andable
- trait TestLifecycleAware extends AnyRef
- final case class and[A1 <: Andable, A2 <: Andable](head: A1, tail: A2) extends Andable with Product with Serializable