ImmutableCombinedStrand |
ImmutableCombinedStrand.Builder.build() |
|
static ImmutableCombinedStrand |
ImmutableCombinedStrand.copyOf(CombinedStrand instance) |
|
static ImmutableCombinedStrand |
ImmutableCombinedStrand.of(Iterable<? extends Strand> inputStrands) |
Construct a new immutable CombinedStrand instance.
|
static ImmutableCombinedStrand |
ImmutableCombinedStrand.of(List<Strand> inputStrands) |
Construct a new immutable CombinedStrand instance.
|
ImmutableCombinedStrand |
ImmutableCombinedStrand.withInputStrands(Iterable<? extends Strand> elements) |
Copy the current immutable object with elements that replace the content of inputStrands.
|
ImmutableCombinedStrand |
ImmutableCombinedStrand.withInputStrands(Strand... elements) |
Copy the current immutable object with elements that replace the content of inputStrands.
|