| Package | Description |
|---|---|
| de.flapdoodle.os.common.attributes |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableMappedTextFile.Builder<T> |
ImmutableMappedTextFile.builder()
Creates a builder for
ImmutableMappedTextFile. |
ImmutableMappedTextFile.Builder<T> |
ImmutableMappedTextFile.Builder.charset(Charset charset)
Initializes the value for the
charset attribute. |
ImmutableMappedTextFile.Builder<T> |
ImmutableMappedTextFile.Builder.converter(Function<String,T> converter)
Initializes the value for the
converter attribute. |
ImmutableMappedTextFile.Builder<T> |
ImmutableMappedTextFile.Builder.from(MappedTextFile<T> instance)
Fill a builder with attribute values from the provided
MappedTextFile instance. |
ImmutableMappedTextFile.Builder<T> |
ImmutableMappedTextFile.Builder.name(String name)
Initializes the value for the
name attribute. |
Copyright © 2021. All rights reserved.