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