ForEachWithCommandLine

ForEachWithCommandLine trait, adapted for mutable specifications

trait ExampleDsl1
trait ExampleDsl0
trait BlockDsl
trait BlockCreation
class Object
trait Matchable
class Any

Type members

Classlikes

class BlockExample1(d: String) extends BlockExample

Inherited classlikes

class BangExample(d: String)
Inherited from:
ExampleDsl
class BlockExample(d: String) extends BlockExample0
Inherited from:
ExampleDsl1
class BlockExample0(d: String)
Inherited from:
ExampleDsl0
class MutableBangExample(d: String) extends BangExample
Inherited from:
ExampleDsl
class WarningForgottenOperator(s: String)
Inherited from:
BlockDsl
implicit implicit class describe(d: String)
Inherited from:
BlockDsl

Value members

Inherited methods

Inherited from:
FragmentBuilder
def addFragmentBlockWithText(text: String, f: => Fragment): Fragment
Inherited from:
BlockDsl
def addFragmentsBlockWithText(text: String, fs: => Fragments)(implicit p1: ImplicitParam1): Fragments
Inherited from:
BlockDsl
def addSections(): Unit
Inherited from:
FragmentBuilder
override def blockExample0(d: String): BlockExample0
Definition Classes
ExampleDsl1 -> ExampleDsl0
Inherited from:
ExampleDsl1
protected def foreach[R : AsResult](commandLine: CommandLine)(f: T => R): Result
Inherited from:
FragmentBuilder

Implicits

Implicits

implicit override def blockExample(d: String): BlockExample1
Definition Classes
ExampleDsl1

Inherited implicits

> result ***-e97" data-f-keywords="implicit" data-f-inherited="BlockDsl">> result ***-e97" class="documentableAnchor">

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

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

Inherited from:
> result ***-e97">BlockDsl
implicit override def bangExample(d: String): BangExample
Definition Classes
Inherited from:
ExampleDsl
final implicit def describe(d: String): describe
Inherited from:
BlockDsl
implicit def foreachFunctionToExecution[R : AsResult](f: T => R): Execution