@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.CheckedFuture<D,SchemaSourceException> |
apply(S input) |
com.google.common.util.concurrent.CheckedFuture<D,SchemaSourceException> apply(@Nonnull S input) throws Exception
apply in interface com.google.common.util.concurrent.AsyncFunction<S extends SchemaSourceRepresentation,D extends SchemaSourceRepresentation>ExceptionCopyright © 2018 OpenDaylight. All rights reserved.