FromBooleanProp

io.github.nafg.simplefacade.PropTypes.Setting.FromBooleanProp
implicit class FromBooleanProp[A](prop: Prop[A])(implicit ev: Evidence[Boolean, A]) extends Single

Attributes

Graph
Supertypes
class Single
trait Setting
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

override def applyToDict(dict: AnyDict): Unit

Attributes

Definition Classes
Inherited from:
Single
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Single -> Any
Inherited from:
Single

Inherited fields

val key: String

Attributes

Inherited from:
Single
val value: Any

Attributes

Inherited from:
Single