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