ReduKt
common
redukt-core
/
com.daftmobile.redukt.core.closure
/
EmptyDispatchClosure
/
get
get
open
operator override
fun
<
T
:
DispatchClosure.Element
>
get
(
key
:
DispatchClosure.Key
<
T
>
)
:
Nothing
Returns Element associated with the
key
or throws
MissingClosureElementException
.