| Package | Description |
|---|---|
| de.flapdoodle.os.common.attributes |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMappedTextFile<T> |
ImmutableMappedTextFile.Builder.build()
Builds a new
ImmutableMappedTextFile. |
static <T> ImmutableMappedTextFile<T> |
ImmutableMappedTextFile.copyOf(MappedTextFile<T> instance)
Creates an immutable copy of a
MappedTextFile value. |
static <T> ImmutableMappedTextFile<T> |
ImmutableMappedTextFile.of(String name,
Function<String,T> converter)
Construct a new immutable
MappedTextFile instance. |
ImmutableMappedTextFile<T> |
ImmutableMappedTextFile.withCharset(Charset value)
Copy the current immutable object by setting a value for the
charset attribute. |
ImmutableMappedTextFile<T> |
ImmutableMappedTextFile.withConverter(Function<String,T> value)
Copy the current immutable object by setting a value for the
converter attribute. |
ImmutableMappedTextFile<T> |
ImmutableMappedTextFile.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
Copyright © 2022. All rights reserved.