NumberInput

cue4s.Prompt.NumberInput
See theNumberInput companion class
object NumberInput

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[N : Numeric](label: String): NumberInput[N]
def double(label: String): NumberInput[Float]
def float(label: String): NumberInput[Float]
def int(label: String): NumberInput[Int]