| Modifier and Type | Method and Description |
|---|---|
InputGroup.InputGroupBuilder<P> |
InputGroup.InputGroupBuilder.andPart(P inputPart)
Adds the given
InputPart to the InputGroup to build. |
InputGroup.InputGroupBuilder<P> |
InputGroup.InputGroupBuilder.andPart(P inputPart,
PartOccurrenceMode partOccurrenceMode)
Adds the given
InputPart to the InputGroup to build. |
static <P extends Enum<P> & InputPart> |
InputGroup.forPart(P inputPart)
Begins a new
InputGroup.InputGroupBuilder. |
static <P extends Enum<P> & InputPart> |
InputGroup.forPart(P inputPart,
PartOccurrenceMode partOccurrenceMode)
Begins a new
InputGroup.InputGroupBuilder. |
Copyright © 2020. All rights reserved.