Class SimpleEngineLocator<G>
java.lang.Object
net.n2oapp.engine.factory.locator.SimpleEngineLocator<G>
- All Implemented Interfaces:
EngineLocator<G>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid<T> MultiEngineFactory<T,G> locate(BiPredicate<G, T> predicate) Отобрать список движков по условию
-
Constructor Details
-
SimpleEngineLocator
-
-
Method Details
-
locate
Description copied from interface:EngineLocatorОтобрать список движков по условию- Specified by:
locatein interfaceEngineLocator<G>- Parameters:
predicate- Условие- Returns:
- Список движков, удовлетворяющих условию
-
add
-