core / org.pinelang.core / PineBoolean
PineBoolean¶
class PineBoolean :PineExpr<Boolean>
Constructors¶
| Name | Summary |
|---|---|
| <init> | PineBoolean(value:Boolean)PineBoolean(vararg refs:PineExpr<*>, calculation: () ->Boolean) |
Functions¶
| Name | Summary |
|---|---|
| and | infix fun and(other:PineExpr<*>):PineBoolean |
| equals | fun equals(other:Any?):Boolean |
| hashCode | fun hashCode():Int |
| not | operator fun not():PineBoolean |
| or | infix fun or(other:PineExpr<*>):PineBoolean |