find
Finds all keys and definitions that match the given key.
If a "perfect" match is found (a definition that exactly matches the given key), only that definition is returned, unless all is true.
Return
A list of keys and their definition.
Parameters
C
The key context type.
A
The key argument type.
T
The key return type.
key
The key to look for.
override Level
0 if looking for regular bindings, 1 or more if looking for bindings that have been overridden.
abstract fun find(search: SearchSpecs): List<Triple<DI.Key<*, *, *>, List<DIDefinition<*, *, *>>, ContextTranslator<*, *>?>>
Content copied to clipboard
Finds all keys and definitions that match the given specs.
Return
A list of keys and their definition.