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