@FunctionalInterface public static interface SchemaSourceTransformer.Transformation<S extends SchemaSourceRepresentation,D extends SchemaSourceRepresentation> extends com.google.common.util.concurrent.AsyncFunction<S,D>
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<D> |
apply(S input) |
com.google.common.util.concurrent.ListenableFuture<D> apply(S input) throws Exception
apply in interface com.google.common.util.concurrent.AsyncFunction<S extends SchemaSourceRepresentation,D extends SchemaSourceRepresentation>ExceptionCopyright © 2019 OpenDaylight. All rights reserved.