Trait

org.specs2.specification.mutable

ForEachWithCommandLine

Related Doc: package mutable

Permalink

trait ForEachWithCommandLine[T] extends ForEachWithCommandLineArguments[T] with ExampleDsl

ForEachWithCommandLine trait, adapted for mutable specifications

Self Type
ForEachWithCommandLine[T] with S2StringContext
Linear Supertypes
ExampleDsl, ExampleDsl, ExampleDsl1, ExampleDsl0, BlockDsl, BlockCreation, FragmentBuilder, ForEachWithCommandLineArguments[T], FragmentsFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForEachWithCommandLine
  2. ExampleDsl
  3. ExampleDsl
  4. ExampleDsl1
  5. ExampleDsl0
  6. BlockDsl
  7. BlockCreation
  8. FragmentBuilder
  9. ForEachWithCommandLineArguments
  10. FragmentsFactory
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BangExample extends AnyRef

    Permalink
    Definition Classes
    ExampleDsl
  2. class BlockExample extends dsl.mutable.ExampleDsl1.BlockExample0

    Permalink
    Definition Classes
    ExampleDsl1
  3. class BlockExample0 extends AnyRef

    Permalink
    Definition Classes
    ExampleDsl0
  4. class BlockExample1 extends (ForEachWithCommandLine.this)#BlockExample

    Permalink
  5. class MutableBangExample extends BangExample

    Permalink
    Definition Classes
    ExampleDsl
  6. class WarningForgottenOperator extends AnyRef

    Permalink
    Definition Classes
    BlockDsl
  7. implicit class describe extends AnyRef

    Permalink
    Definition Classes
    BlockDsl

Abstract Value Members

  1. abstract def addFragment(f: Fragment): Fragment

    Permalink
    Definition Classes
    FragmentBuilder
  2. abstract def addFragmentBlock(block: ⇒ Fragment): Fragment

    Permalink
    Definition Classes
    FragmentBuilder
  3. abstract def addFragments(fs: Fragments): Fragments

    Permalink
    Definition Classes
    FragmentBuilder
  4. abstract def addFragmentsBlock(block: ⇒ Fragments): Fragments

    Permalink
    Definition Classes
    FragmentBuilder
  5. abstract def addSections(): Unit

    Permalink
    Definition Classes
    FragmentBuilder
  6. abstract def foreach[R](commandLine: CommandLine)(f: (T) ⇒ R)(implicit arg0: AsResult[R]): Result

    Permalink
    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArguments
  7. abstract def hasSectionsForBlocks: Boolean

    Permalink
    Definition Classes
    FragmentBuilder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. implicit def ***If you see this message this means that you've forgotten an operator after the description string: you should write "example" >> result ***(s: String): (ForEachWithCommandLine.this)#WarningForgottenOperator

    Permalink

    adding a conflicting implicit to warn the user when a >> was forgotten

    adding a conflicting implicit to warn the user when a >> was forgotten

    Definition Classes
    BlockDsl
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def addFragmentBlockWithText(text: String, f: ⇒ Fragment): Fragment

    Permalink
    Definition Classes
    BlockDsl
  6. def addFragmentsBlockWithText(text: String, fs: ⇒ Fragments)(implicit p1: control.ImplicitParameters.ImplicitParam1): Fragments

    Permalink
    Definition Classes
    BlockDsl
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. implicit def bangExample(d: String): (ForEachWithCommandLine.this)#BangExample

    Permalink
    Definition Classes
    ExampleDslExampleDsl
  9. implicit def blockExample(d: String): (ForEachWithCommandLine.this)#BlockExample1

    Permalink
    Definition Classes
    ForEachWithCommandLine → ExampleDsl1
  10. def blockExample0(d: String): (ForEachWithCommandLine.this)#BlockExample0

    Permalink
    Definition Classes
    ExampleDsl1 → ExampleDsl0
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. implicit def foreachFunctionIsInterpolatedFragment[R](f: ⇒ (T) ⇒ R)(implicit arg0: AsResult[R]): InterpolatedFragment

    Permalink
  16. implicit def foreachFunctionToExecution[R](f: (T) ⇒ R)(implicit arg0: AsResult[R]): Execution

    Permalink
  17. def foreachWithCommandLineContext: (Env) ⇒ Context

    Permalink
    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArguments
  18. def fragmentFactory: ContextualFragmentFactory

    Permalink
    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArgumentsFragmentsFactory
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExampleDsl

Inherited from ExampleDsl

Inherited from ExampleDsl1

Inherited from ExampleDsl0

Inherited from BlockDsl

Inherited from BlockCreation

Inherited from FragmentBuilder

Inherited from FragmentsFactory

Inherited from AnyRef

Inherited from Any

Ungrouped