core / org.pinelang.core / PineCallable
PineCallable¶
class PineCallable<T> :PineExpr<T>
Constructors¶
| Name | Summary |
|---|---|
| <init> | PineCallable(returnType:PineType, name:String, vararg refs:PineExpr<*>, calculation: () -> T) |
Properties¶
| Name | Summary |
|---|---|
| calculation | val calculation: () -> T |
| name | val name:String |
| returnType | val returnType:PineType |
Functions¶
| Name | Summary |
|---|---|
| isFunction | fun isFunction():Boolean |