public interface ProductionReplacement<T> extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProductionReplacement.Context<T> |
| Modifier and Type | Method and Description |
|---|---|
default String |
production() |
void |
replace(ProductionReplacement.Context<T> context) |
static <T> ProductionReplacement<T> |
replace(String production,
Consumer<ProductionReplacement.Context<T>> replacement) |
void replace(ProductionReplacement.Context<T> context)
static <T> ProductionReplacement<T> replace(String production, Consumer<ProductionReplacement.Context<T>> replacement)
default String production()
Copyright © 2019. All rights reserved.