Packages

package lifecycle

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. trait Stoppable extends AutoCloseable with Andable
  3. trait TestLifecycleAware extends AnyRef
  4. final case class and[A1 <: Andable, A2 <: Andable](head: A1, tail: A2) extends Andable with Product with Serializable

Value Members

  1. object Andable

Ungrouped