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