bgw-gui
0.9-5-266db43-SNAPSHOT
bgw-gui
/
tools.aqua.bgw.observable.lists
/
ObservableList
/
removeLast
remove
Last
fun
removeLast
(
)
:
T
Content copied to clipboard
Removes the last element from this list and returns that removed element.
Throws
java.
util.
No
Such
Element
Exception
If the list was empty.