Interface | Description |
---|---|
MutableBoolean.BooleanFunction | |
MutableByte.ByteFunction | |
MutableChar.CharFunction | |
MutableFloat.FloatFunction | |
MutableShort.ShortFunction |
Class | Description |
---|---|
LazyImmutable<T> |
A class that represents an 'immutable' value that is generated inside a lambda
expression, but is accessible outside it
It will only allow it's value to be set once.
|
Mutable<T> |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
MutableBoolean |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
MutableByte |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
MutableChar |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
MutableDouble |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
MutableFloat |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
MutableInt |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
MutableLong |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|
MutableShort |
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
|