valgolang
/
com.valgolang.runtime
/
ContinueValue
Continue
Value
object
ContinueValue
:
ExecValue
Content copied to clipboard
Functions
Properties
Functions
clone
Link copied to clipboard
open override fun
clone
():
ExecValue
Content copied to clipboard
compareTo
Link copied to clipboard
operator fun
compareTo
(other:
Any
):
Int
Content copied to clipboard
'==','!
div
Link copied to clipboard
operator fun
div
(other:
ExecValue
):
ExecValue
Content copied to clipboard
'/'
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
minus
Link copied to clipboard
operator fun
minus
(other:
ExecValue
):
ExecValue
Content copied to clipboard
'-'
not
Link copied to clipboard
operator fun
not
():
Boolean
Content copied to clipboard
'!
plus
Link copied to clipboard
operator fun
plus
(other:
ExecValue
):
ExecValue
Content copied to clipboard
'+'
times
Link copied to clipboard
operator fun
times
(other:
ExecValue
):
ExecValue
Content copied to clipboard
'*'
toInterpolatedString
Link copied to clipboard
open fun
toInterpolatedString
():
String
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
manimObject
Link copied to clipboard
open override var
manimObject
:
MObject
Content copied to clipboard
: Manim Object corresponded to by the Execution Value.
name
Link copied to clipboard
open override val
name
:
String
Content copied to clipboard
: String name of value.
value
Link copied to clipboard
open override val
value
:
Any
Content copied to clipboard
: Current value in Kotlin.