public abstract class AbstractFunctionRegistry extends Object implements FunctionRegistry
| Constructor and Description |
|---|
AbstractFunctionRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> T |
doLookup(Class<?> type,
String name) |
<T> T |
lookup(Class<?> type,
String name)
Will look up the instance of the functional interface by name and type
which can only be Supplier, Consumer or Function.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitregistergetNames, lookup, sizepublic <T> T lookup(Class<?> type, String name)
FunctionCataloglookup in interface FunctionCatalogtype - the type of functional interface. Can be nullname - the name of the functional interface. Must not be null;Copyright © 2019 Pivotal Software, Inc.. All rights reserved.