@FunctionalInterface public interface AttributeExtractorLookup
| Modifier and Type | Method and Description |
|---|---|
<T,A extends Attribute<T>> |
extractor(A attribute) |
static AttributeExtractorLookup |
failing() |
default AttributeExtractorLookup |
join(AttributeExtractorLookup other) |
static AttributeExtractorLookup |
systemDefault() |
static <T,A extends Attribute<T>> |
with(TypeCheckPredicate<? super A> attributeTypeCheck,
AttributeExtractor<T,A> extractor) |
<T,A extends Attribute<T>> Optional<AttributeExtractor<T,A>> extractor(A attribute)
default AttributeExtractorLookup join(AttributeExtractorLookup other)
static <T,A extends Attribute<T>> AttributeExtractorLookup with(TypeCheckPredicate<? super A> attributeTypeCheck, AttributeExtractor<T,A> extractor)
static AttributeExtractorLookup failing()
static AttributeExtractorLookup systemDefault()
Copyright © 2021. All rights reserved.