BoolExt extension

  • @Author: chuxiong
  • @Created at: 2023/3/2 4:05 下午
  • @Email:
  • @Company: 嘉联支付
  • description bool扩展:
on

Properties

not bool

Available on bool, provided by the BoolExt extension

no setter
toInt int

Available on bool, provided by the BoolExt extension

no setter
toStringVal String

Available on bool, provided by the BoolExt extension

no setter

Methods

ifElse<T>(T ifTrueValue, T ifFalseValue) → T

Available on bool, provided by the BoolExt extension

ifFalse<T>(T value) → T?

Available on bool, provided by the BoolExt extension

ifTrue<T>(T value) → T?

Available on bool, provided by the BoolExt extension

then(bool action()) bool

Available on bool, provided by the BoolExt extension

Operators

operator &(bool other) bool

Available on bool, provided by the BoolExt extension

operator |(bool other) bool

Available on bool, provided by the BoolExt extension