StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils.extensions
/
History
History
data
class
History
<
T
>
(
val
previous
:
T
?
,
val
current
:
T
)
Members
Constructors
History
Link copied to clipboard
constructor
(
previous
:
T
?
,
current
:
T
)
Properties
current
Link copied to clipboard
val
current
:
T
previous
Link copied to clipboard
val
previous
:
T
?