org.specs2.specification.mutable

ForEachWithCommandLine

Related Doc: package mutable

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, BlockDsl, BlockCreation, FragmentBuilder, ForEachWithCommandLineArguments[T], FragmentsFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ForEachWithCommandLine
  2. ExampleDsl
  3. ExampleDsl
  4. ExampleDsl1
  5. BlockDsl
  6. BlockCreation
  7. FragmentBuilder
  8. ForEachWithCommandLineArguments
  9. FragmentsFactory
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BangExample extends AnyRef

    Definition Classes
    ExampleDsl
  2. class BlockExample extends AnyRef

    Definition Classes
    ExampleDsl1
  3. class BlockExample1 extends (ForEachWithCommandLine.this)#BlockExample

  4. class MutableBangExample extends BangExample

    Definition Classes
    ExampleDsl
  5. class WarningForgottenOperator extends AnyRef

    Definition Classes
    BlockDsl
  6. implicit class describe extends AnyRef

    Definition Classes
    BlockDsl

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 foreach[R](commandLine: CommandLine)(f: (T) ⇒ R)(implicit arg0: AsResult[R]): Result

    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArguments

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. final def asInstanceOf[T0]: T0

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

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

    Definition Classes
    ForEachWithCommandLine → ExampleDsl1
  8. def clone(): AnyRef

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

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

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

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

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

  14. def foreachWithCommandLineContext: (Env) ⇒ Context

    Attributes
    protected
    Definition Classes
    ForEachWithCommandLineArguments
  15. def fragmentFactory: ContextualFragmentFactory

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

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

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

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

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExampleDsl

Inherited from ExampleDsl

Inherited from ExampleDsl1

Inherited from BlockDsl

Inherited from BlockCreation

Inherited from FragmentBuilder

Inherited from FragmentsFactory

Inherited from AnyRef

Inherited from Any

Ungrouped