toggle menu
alchemist
35.0.0
jvm
switch theme
search in API
alchemist-loading
/
it.unibo.alchemist.boundary.variables
/
PrintableVariable
Printable
Variable
abstract
class
PrintableVariable
<
V
:
Serializable
?
>
:
Variable
<
V
>
(
source
)
A variable stub, with a default
toString
method.
Parameters
<V>
value type of the variable
Inheritors
LinearVariable
Flag
GeometricVariable
ArbitraryVariable
Members
Constructors
Printable
Variable
Link copied to clipboard
constructor
(
)
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
Consumer
<
in
T
>
)
get
Default
Link copied to clipboard
abstract
fun
getDefault
(
)
:
V
iterator
Link copied to clipboard
open
fun
iterator
(
)
:
Iterator
<
V
>
abstract
fun
iterator
(
)
:
Iterator
<
T
>
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
steps
Link copied to clipboard
open
fun
steps
(
)
:
Long
stream
Link copied to clipboard
abstract
fun
stream
(
)
:
Stream
<
V
>
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String