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