public static final class Combination.Builder extends Object
Combination class. Entry point is Combination.combination().| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Combination |
build()
Builds the complete combination out of the parameter mappings.
|
Combination.Builder |
value(Parameter parameter,
Value value)
Adds a mapping from a parameter to a value to this combination.
|
public Combination.Builder value(Parameter parameter, Value value)
parameter - the parameter. Must not be nullvalue - the value to which the parameter is mapped. Must not ben nullpublic Combination build()
Copyright © 2019. All rights reserved.