| Package | Description |
|---|---|
| de.flapdoodle.os.common | |
| de.flapdoodle.os.common.attributes |
| Modifier and Type | Method and Description |
|---|---|
Attribute<T> |
ImmutableDistinctPeculiarity.attribute() |
Attribute<T> |
DistinctPeculiarity.attribute() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDistinctPeculiarity.Builder<T> |
ImmutableDistinctPeculiarity.Builder.attribute(Attribute<T> attribute)
Initializes the value for the
attribute attribute. |
static <T> DistinctPeculiarity<T> |
DistinctPeculiarity.of(Attribute<T> attribute,
Match<T> match) |
ImmutableDistinctPeculiarity<T> |
ImmutableDistinctPeculiarity.withAttribute(Attribute<T> value)
Copy the current immutable object by setting a value for the
attribute attribute. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeExtractor<T,A extends Attribute<T>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MappedTextFile<T> |
interface |
SystemProperty |
interface |
TextFile |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMappedTextFile<T>
Immutable implementation of
MappedTextFile. |
class |
ImmutableSystemProperty
Immutable implementation of
SystemProperty. |
class |
ImmutableTextFile
Immutable implementation of
TextFile. |
| Modifier and Type | Method and Description |
|---|---|
<T,A extends Attribute<T>> |
AttributeExtractorLookup.extractor(A attribute) |
static <T,A extends Attribute<T>> |
AttributeExtractorLookup.with(TypeCheckPredicate<? super A> attributeTypeCheck,
AttributeExtractor<T,A> extractor) |
Copyright © 2021. All rights reserved.