None

final case
class None(near: Int, far: Option[Int]) extends Falloff

Light does not decay.

Companion
object
trait Serializable
trait Product
trait Equals
trait Falloff
class Object
trait Matchable
class Any

Value members

Concrete methods

def withFar(newFar: Int): None
def withNear(newNear: Int): None
def withRange(newNear: Int, newFar: Int): None

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product