listenToEntry

abstract fun listenToEntry(listener: Consumer<Entry<T, *>>)

Applies a listener to this entry. The consumer(s) passed be invoked whenever the value of this Entry is updated

Author

fzzyhmstrs

Since

0.6.0