インタフェース BooleanGettable

すべてのスーパーインタフェース:
Gettable<java.lang.Boolean>
既知のサブインタフェースのリスト:
BooleanCompution, BooleanProperty, ComparativeCompution, LogicalCompution

public interface BooleanGettable
extends Gettable<java.lang.Boolean>
Boolean value Getter.
関連項目:
Boolean, Gettable
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    boolean booleanValue()
    Returns the value of this Boolean object as a boolean primitive.
  • メソッドの詳細

    • booleanValue

      boolean booleanValue()
      Returns the value of this Boolean object as a boolean primitive.
      戻り値:
      the primitive boolean value of this object.
      関連項目:
      Boolean.booleanValue()