public interface FunctionCatalog
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConsumerNames() |
Set<String> |
getFunctionNames() |
Set<String> |
getSupplierNames() |
<T> Consumer<T> |
lookupConsumer(String name) |
<T,R> Function<T,R> |
lookupFunction(String name) |
<T> Supplier<T> |
lookupSupplier(String name) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.