java.lang.Object
org.praxislive.core.Lookup.ObjectLookup
- All Implemented Interfaces:
Lookup
- Enclosing interface:
Lookup
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.praxislive.core.Lookup
Lookup.Empty, Lookup.ObjectLookup, Lookup.Provider -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Lookup.ObjectLookupstatic Lookup.ObjectLookup<T> Optional<T> Search for the first implementation of the given type.<T> Stream<T> Search for all implementations of the given type.
-
Method Details
-
find
Description copied from interface:LookupSearch for the first implementation of the given type. Returns anOptionalwrapping an instance of the given Class, orOptional.EMPTYif none exists. -
findAll
Description copied from interface:LookupSearch for all implementations of the given type. -
create
-
create
-