public class StepperShape$ extends java.lang.Object implements StepperShapeLowPriority
| Modifier and Type | Field and Description |
|---|---|
static StepperShape$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
StepperShape$() |
| Modifier and Type | Method and Description |
|---|---|
StepperShape<java.lang.Object,IntStepper> |
byteStepperShape() |
int |
ByteValue() |
StepperShape<java.lang.Object,IntStepper> |
charStepperShape() |
int |
CharValue() |
StepperShape<java.lang.Object,DoubleStepper> |
doubleStepperShape() |
int |
DoubleValue() |
StepperShape<java.lang.Object,DoubleStepper> |
floatStepperShape() |
int |
FloatValue() |
StepperShape<java.lang.Object,IntStepper> |
intStepperShape() |
int |
IntValue() |
StepperShape<java.lang.Object,LongStepper> |
longStepperShape() |
int |
LongValue() |
int |
Reference() |
StepperShape<java.lang.Object,IntStepper> |
shortStepperShape() |
int |
ShortValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanyStepperShapepublic static final StepperShape$ MODULE$
public final int Reference()
public final int IntValue()
public final int LongValue()
public final int DoubleValue()
public final int ByteValue()
public final int ShortValue()
public final int CharValue()
public final int FloatValue()
public StepperShape<java.lang.Object,IntStepper> intStepperShape()
public StepperShape<java.lang.Object,LongStepper> longStepperShape()
public StepperShape<java.lang.Object,DoubleStepper> doubleStepperShape()
public StepperShape<java.lang.Object,IntStepper> byteStepperShape()
public StepperShape<java.lang.Object,IntStepper> shortStepperShape()
public StepperShape<java.lang.Object,IntStepper> charStepperShape()
public StepperShape<java.lang.Object,DoubleStepper> floatStepperShape()