java.lang.Object
org.kink_lang.kink.BoolHelper
The helper for bool vals.
-
Field Summary
-
Method Summary
-
Field Details
-
trueVal
Kink true. -
falseVal
Kink false.
-
-
Method Details
-
of
Returns a bool val from the Java boolean.- Parameters:
bl
- the Java boolean.- Returns:
- a bool val.
-
isBool
Returns true if the val is a bool val.- Parameters:
val
- the val.- Returns:
- true if the val is a bool val.
-