StepperShape (original) (raw)

Type members

Classlikes

final class Shape extends AnyVal

Attributes

Source

StepperShape.scala

Supertypes

class AnyVal

trait Matchable

class Any

Value members

Concrete fields

val ByteShape: Shape

Attributes

Source

StepperShape.scala

val CharShape: Shape

Attributes

Source

StepperShape.scala

val DoubleShape: Shape

Attributes

Source

StepperShape.scala

val FloatShape: Shape

Attributes

Source

StepperShape.scala

val IntShape: Shape

Attributes

Source

StepperShape.scala

val LongShape: Shape

Attributes

Source

StepperShape.scala

val ReferenceShape: Shape

Attributes

Source

StepperShape.scala

val ShortShape: Shape

Attributes

Source

StepperShape.scala

Inherited fields

protected val anyStepperShapePrototype: StepperShape[AnyRef, Stepper[AnyRef]]

Attributes

Inherited from:

StepperShapeLowPriority2

Source

StepperShape.scala

Implicits

Implicits

implicit val byteStepperShape: StepperShape[Byte, IntStepper]

Attributes

Source

StepperShape.scala

implicit val charStepperShape: StepperShape[Char, IntStepper]

Attributes

Source

StepperShape.scala

implicit val doubleStepperShape: StepperShape[Double, DoubleStepper]

Attributes

Source

StepperShape.scala

implicit val floatStepperShape: StepperShape[Float, DoubleStepper]

Attributes

Source

StepperShape.scala

implicit val intStepperShape: StepperShape[Int, IntStepper]

Attributes

Source

StepperShape.scala

implicit val jByteStepperShape: StepperShape[Byte, IntStepper]

Attributes

Source

StepperShape.scala

implicit val jCharacterStepperShape: StepperShape[Character, IntStepper]

Attributes

Source

StepperShape.scala

implicit val jDoubleStepperShape: StepperShape[Double, DoubleStepper]

Attributes

Source

StepperShape.scala

implicit val jFloatStepperShape: StepperShape[Float, DoubleStepper]

Attributes

Source

StepperShape.scala

implicit val jIntegerStepperShape: StepperShape[Integer, IntStepper]

Attributes

Source

StepperShape.scala

implicit val jLongStepperShape: StepperShape[Long, LongStepper]

Attributes

Source

StepperShape.scala

implicit val jShortStepperShape: StepperShape[Short, IntStepper]

Attributes

Source

StepperShape.scala

implicit val longStepperShape: StepperShape[Long, LongStepper]

Attributes

Source

StepperShape.scala

implicit val shortStepperShape: StepperShape[Short, IntStepper]

Attributes

Source

StepperShape.scala

Inherited implicits

implicit def anyStepperShape[T]: StepperShape[T, AnyStepper[T]]

Attributes

Inherited from:

StepperShapeLowPriority1

Source

StepperShape.scala

implicit def baseStepperShape[T]: StepperShape[T, Stepper[T]]

Attributes

Inherited from:

StepperShapeLowPriority2

Source

StepperShape.scala