R - return typeE - extension typeX - optional exception type thrown by the callback@FunctionalInterface public interface ExtensionCallback<R,E,X extends Exception>
| Modifier and Type | Method and Description |
|---|---|
R |
withExtension(E extension)
Will be invoked with a live extension.
|
Copyright © 2019. All rights reserved.