Packages

object StepperShape extends StepperShapeLowPriority

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StepperShape
  2. StepperShapeLowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class Shape extends AnyVal

Value Members

  1. val ByteShape: Shape
  2. val CharShape: Shape
  3. val DoubleShape: Shape
  4. val FloatShape: Shape
  5. val IntShape: Shape
  6. val LongShape: Shape
  7. val ReferenceShape: Shape
  8. val ShortShape: Shape
  9. implicit def anyStepperShape[T]: StepperShape[T, AnyStepper[T]]
    Definition Classes
    StepperShapeLowPriority
  10. implicit val byteStepperShape: StepperShape[Byte, IntStepper]
  11. implicit val charStepperShape: StepperShape[Char, IntStepper]
  12. implicit val doubleStepperShape: StepperShape[Double, DoubleStepper]
  13. implicit val floatStepperShape: StepperShape[Float, DoubleStepper]
  14. implicit val intStepperShape: StepperShape[Int, IntStepper]
  15. implicit val longStepperShape: StepperShape[Long, LongStepper]
  16. implicit val shortStepperShape: StepperShape[Short, IntStepper]