StepperShape (original) (raw)
Type members
Classlikes
final class Shape extends AnyVal
Attributes
Source
Supertypes
class AnyVal
trait Matchable
class Any
Value members
Concrete fields
Attributes
Source
Attributes
Source
val DoubleShape: Shape
Attributes
Source
val FloatShape: Shape
Attributes
Source
Attributes
Source
Attributes
Source
val ReferenceShape: Shape
Attributes
Source
val ShortShape: Shape
Attributes
Source
Inherited fields
protected val anyStepperShapePrototype: StepperShape[AnyRef, Stepper[AnyRef]]
Attributes
Inherited from:
Source
Implicits
Implicits
implicit val byteStepperShape: StepperShape[Byte, IntStepper]
Attributes
Source
implicit val charStepperShape: StepperShape[Char, IntStepper]
Attributes
Source
implicit val doubleStepperShape: StepperShape[Double, DoubleStepper]
Attributes
Source
implicit val floatStepperShape: StepperShape[Float, DoubleStepper]
Attributes
Source
implicit val intStepperShape: StepperShape[Int, IntStepper]
Attributes
Source
implicit val jByteStepperShape: StepperShape[Byte, IntStepper]
Attributes
Source
implicit val jCharacterStepperShape: StepperShape[Character, IntStepper]
Attributes
Source
implicit val jDoubleStepperShape: StepperShape[Double, DoubleStepper]
Attributes
Source
implicit val jFloatStepperShape: StepperShape[Float, DoubleStepper]
Attributes
Source
implicit val jIntegerStepperShape: StepperShape[Integer, IntStepper]
Attributes
Source
implicit val jLongStepperShape: StepperShape[Long, LongStepper]
Attributes
Source
implicit val jShortStepperShape: StepperShape[Short, IntStepper]
Attributes
Source
implicit val longStepperShape: StepperShape[Long, LongStepper]
Attributes
Source
implicit val shortStepperShape: StepperShape[Short, IntStepper]
Attributes
Source
Inherited implicits
implicit def anyStepperShape[T]: StepperShape[T, AnyStepper[T]]
Attributes
Inherited from:
Source
implicit def baseStepperShape[T]: StepperShape[T, Stepper[T]]
Attributes
Inherited from:
Source