IntProp

scala.sys.Prop.IntProp
object IntProp

Attributes

Source
Prop.scala
Graph
Supertypes
trait Creator[Int]
class Object
trait Matchable
class Any
Self type
IntProp.type

Members list

Value members

Inherited methods

def apply(key: String): Prop[Int]

Creates a Prop[T] of this type based on the given key.

Creates a Prop[T] of this type based on the given key.

Attributes

Inherited from:
CreatorImpl (hidden)
Source
PropImpl.scala