ForEachWithCommandLineArguments

For each example but inject data depending on command line arguments

class Object
trait Matchable
class Any

Value members

Abstract methods

protected def foreach[R : AsResult](commandLine: CommandLine)(f: T => R): Result

Concrete methods

override protected def fragmentFactory: FragmentFactory
Definition Classes

Implicits

Implicits

implicit def foreachFunctionIsInterpolatedFragment[R : AsResult](f: => T => R): InterpolatedFragment
implicit def foreachFunctionToExecution[R : AsResult](f: T => R): Execution