mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2025-09-15 05:09:38 +00:00
add history into mutable psychomatrix
This commit is contained in:
@@ -15,6 +15,9 @@ class MutablePsychomatrix(date: DateTime) : Psychomatrix(date) {
|
||||
|
||||
private val mutableOperationsHistory: MutableList<Operation> = ArrayList()
|
||||
|
||||
val operationsHistory: List<Operation>
|
||||
get() = mutableOperationsHistory
|
||||
|
||||
val availableOperations: Deferred<List<Operation>>
|
||||
get() = async {
|
||||
availableConverts.await().plus(availableInverts.await())
|
||||
|
Reference in New Issue
Block a user