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