| Package | Description |
|---|---|
| de.flapdoodle.os.common.attributes |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMappedTextFile<T>
Immutable implementation of
MappedTextFile. |
| Modifier and Type | Method and Description |
|---|---|
static <T> MappedTextFile<T> |
Attributes.mappedTextFile(String fileName,
Function<String,T> converter) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableMappedTextFile<T> |
ImmutableMappedTextFile.copyOf(MappedTextFile<T> instance)
Creates an immutable copy of a
MappedTextFile value. |
Optional<T> |
MappedTextFileResolver.extract(MappedTextFile<T> attribute) |
ImmutableMappedTextFile.Builder<T> |
ImmutableMappedTextFile.Builder.from(MappedTextFile<T> instance)
Fill a builder with attribute values from the provided
MappedTextFile instance. |
Copyright © 2021. All rights reserved.