24件ヒット
[1-24件を表示]
(0.014秒)
検索結果
-
Observable
# changed(state = true) -> bool (18208.0) -
更新フラグを立てます。
...を指定された内容へ変更し、変更後の更新フラグの状態を返します。
明示的に引数を指定して、更新フラグを初期化することも出来ます。
@param state 更新フラグを立てる場合はtrueを、初期化する場合はfalseを指定します。... -
JSON
:: State # buffer _ initial _ length=(length) (3016.0) -
This sets the initial length of the buffer to length, if length > 0, otherwise its value isn't changed.
...This sets the initial length of the buffer to length, if length > 0,
otherwise its value isn't changed....