Packages

t

org.specs2.specification.mutable

ForEachWithCommandLine

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
    Definition Classes
    ExampleDsl
  2. class WarningForgottenOperator extends AnyRef
    Definition Classes
    BlockDsl
  3. implicit class describe extends AnyRef
    Definition Classes
    BlockDsl
  4. class MutableBangExample extends BangExample
    Definition Classes
    ExampleDsl
  5. class BlockExample extends dsl.mutable.ExampleDsl1.BlockExample0
    Definition Classes
    ExampleDsl1
  6. class BlockExample0 extends AnyRef
    Definition Classes
    ExampleDsl0
  7. class BlockExample1 extends (ForEachWithCommandLine.this)#BlockExample

Abstract Value Members

  1. abstract def addFragment(f: Fragment): Fragment
    Definition Classes
    FragmentBuilder
  2. abstract def addFragmentBlock(block: ⇒ Fragment): Fragment
    Definition Classes
    FragmentBuilder
  3. abstract def addFragments(fs: Fragments): Fragments
    Definition Classes
    FragmentBuilder
  4. abstract def addFragmentsBlock(block: ⇒ Fragments): Fragments
    Definition Classes
    FragmentBuilder
  5. abstract def addSections(): Unit
    Definition Classes
    FragmentBuilder
  6. abstract def foreach[R](commandLine: CommandLine)(f: (T) ⇒ R)(implicit arg0: AsResult[R]): Result
    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArguments
  7. abstract def hasSectionsForBlocks: Boolean
    Definition Classes
    FragmentBuilder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    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

    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
    Definition Classes
    AnyRef → Any
  5. def addFragmentBlockWithText(text: String, f: ⇒ Fragment): Fragment
    Definition Classes
    BlockDsl
  6. def addFragmentsBlockWithText(text: String, fs: ⇒ Fragments)(implicit p1: control.ImplicitParameters.ImplicitParam1): Fragments
    Definition Classes
    BlockDsl
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. implicit def bangExample(d: String): (ForEachWithCommandLine.this)#BangExample
    Definition Classes
    ExampleDslExampleDsl
  9. implicit def blockExample(d: String): (ForEachWithCommandLine.this)#BlockExample1
    Definition Classes
    ForEachWithCommandLine → ExampleDsl1
  10. def blockExample0(d: String): (ForEachWithCommandLine.this)#BlockExample0
    Definition Classes
    ExampleDsl1 → ExampleDsl0
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    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
  16. implicit def foreachFunctionToExecution[R](f: (T) ⇒ R)(implicit arg0: AsResult[R]): Execution
  17. def foreachWithCommandLineContext: (Env) ⇒ Context
    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArguments
  18. def fragmentFactory: ContextualFragmentFactory
    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArgumentsFragmentsFactory
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @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