@FunctionalInterface public interface CompositeTerminableConsumer
CompositeTerminables.| Modifier and Type | Method and Description |
|---|---|
<T extends CompositeTerminable> |
bindComposite(T terminable)
Binds a composite terminable to this consumer
|
@Nonnull <T extends CompositeTerminable> T bindComposite(@Nonnull T terminable)
T - the terminable class typeterminable - the terminable to bindCopyright © 2017. All rights reserved.