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