OptionalSection

org.nlogo.core.OptionalSection
class OptionalSection[A <: AnyRef](val key: String, value: Option[A], val default: A)

Attributes

Source
Model.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Section[A]

Members list

Value members

Concrete methods

def get: Option[A]

Attributes

Source
Model.scala

Concrete fields

val default: A

Attributes

Source
Model.scala
val key: String

Attributes

Source
Model.scala