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