| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.packageresolver |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFeatureSet |
ImmutableFeatureSet.Builder.build()
Builds a new
ImmutableFeatureSet. |
static ImmutableFeatureSet |
ImmutableFeatureSet.copyOf(FeatureSet instance)
Creates an immutable copy of a
FeatureSet value. |
static ImmutableFeatureSet |
ImmutableFeatureSet.of(Iterable<Feature> features)
Construct a new immutable
FeatureSet instance. |
static ImmutableFeatureSet |
ImmutableFeatureSet.of(Set<Feature> features)
Construct a new immutable
FeatureSet instance. |
ImmutableFeatureSet |
ImmutableFeatureSet.withFeatures(Feature... elements)
Copy the current immutable object with elements that replace the content of
features. |
ImmutableFeatureSet |
ImmutableFeatureSet.withFeatures(Iterable<Feature> elements)
Copy the current immutable object with elements that replace the content of
features. |
Copyright © 2022. All rights reserved.