dataforge-context
/
space.kscience.dataforge.context
/
resolve
common
resolve
fun <
T
:
Any
>
Context
.
resolve
(target:
String
, name:
Name
, type:
KClass
<out
T
>):
T
?
Content copied to clipboard
inline fun <
T
:
Any
>
Context
.
resolve
(target:
String
, name:
Name
):
T
?
Content copied to clipboard
Resolve a top level object with given
target
and
name
in a
Context
own scope or its plugins.