Current

class Current<T>(val read: T.() -> Double) : Neutral<T> (source)

A LeverKind.SETTING. Doing nothing is "leave it where it stands", so a reader is required — structurally, since there is nowhere else to put it, rather than by advice that a modeler may decline.

Constructors

Link copied to clipboard
constructor(read: T.() -> Double)

Properties

Link copied to clipboard
val read: T.() -> Double