Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.sys/BooleanProp

BooleanProp

scala.sys.BooleanProp
See theBooleanProp companion trait

Attributes

Companion
trait
Source
BooleanProp.scala
Graph
Supertypes
classObject
traitMatchable
classAny
Self type

Members list

Value members

Concrete methods

A constant true or false property which ignores all method calls.

A constant true or false property which ignores all method calls.

Attributes

Source
BooleanProp.scala

As an alternative, this method creates a BooleanProp which is true if the key exists in the map and is not assigned a value other than "true", compared case-insensitively, or the empty string.

As an alternative, this method creates a BooleanProp which is true if the key exists in the map and is not assigned a value other than "true", compared case-insensitively, or the empty string. This way -Dmy.property results in a true-valued property, but -Dmy.property=false does not.

Attributes

Returns

A BooleanProp with a liberal truth policy

Source
BooleanProp.scala

The java definition of property truth is that the key be in the map and the value be equal to the String "true", case insensitively.

The java definition of property truth is that the key be in the map and the value be equal to the String "true", case insensitively. This method creates a BooleanProp instance which adheres to that definition.

Attributes

Returns

A BooleanProp which acts like java's Boolean.getBoolean

Source
BooleanProp.scala

Implicits

Implicits

In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp