@FunctionalInterface public interface SpiConsumer<T extends Spi<T>>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T value)
Configure a pre-constructed instance of Spi resource
|
default SpiConsumer<T> |
andThen(SpiConsumer<T> after) |
void accept(T value)
default SpiConsumer<T> andThen(SpiConsumer<T> after)
Copyright © 2017 JBoss by Red Hat. All rights reserved.