case class GWTWhens[GT <: HList, GTE <: HList, GTU, WT <: HList, WTR <: HList, WTE <: HList, WM <: HList, WMU](givens: (GWT.this)#GWTGivens[GT, GTE, GTU], whenExtractors: WTE, mappers: WM, isStart: Boolean = true) extends Scenario with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GWTWhens
- Serializable
- Product
- Equals
- Scenario
- Script
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def andThen(): (GWT.this)#GWTThensApply[String, GT, GTE, GTU, WT, WTR, WTE, WM, WMU, ::[StepParser[String], HNil], HNil]
- def andThen[T](f: StepParser[T]): (GWT.this)#GWTThensApply[T, GT, GTE, GTU, WT, WTR, WTE, WM, WMU, ::[StepParser[T], HNil], HNil]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def end: (GWT.this)#GWTWhens[GT, GTE, GTU, Nothing, Nothing, WTE, WM, Nothing]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fragments(text: String): FragmentsSeq
- Definition Classes
- GWTWhens → Script
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val givens: (GWT.this)#GWTGivens[GT, GTE, GTU]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isStart: Boolean
- Definition Classes
- GWTWhens → Script
- val mappers: WM
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def start: (GWT.this)#GWTWhens[GT, GTE, GTU, Nothing, Nothing, WTE, WM, Nothing]
- def stepsNumbers: Seq[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title: String
- Definition Classes
- GWTWhens → Script
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def when[R, U](value: => R): (GWT.this)#GWTWhens[GT, GTE, GTU, ::[String, WT], ::[R, WTR], ::[StepParser[String], WTE], ::[(GWT.this)#Mapper[String, GT, Nothing, R], WM], U]
- def when(): (GWT.this)#GWTWhensApply[String, GT, GTE, GTU, ::[String, WT], WTR, ::[StepParser[String], WTE], WM, WMU]
- def when[T](f: StepParser[T]): (GWT.this)#GWTWhensApply[T, GT, GTE, GTU, ::[T, WT], WTR, ::[StepParser[T], WTE], WM, WMU]
- val whenExtractors: WTE
- def withTitle(t: String): (GWT.this)#GWTWhens[GT, GTE, GTU, WT, WTR, WTE, WM, WMU]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated