@Value.Immutable public interface DistinctPeculiarity<T> extends Peculiarity
| Modifier and Type | Method and Description |
|---|---|
Attribute<T> |
attribute() |
static <T> ImmutableDistinctPeculiarity.Builder<T> |
builder() |
Match<T> |
match() |
static <T> DistinctPeculiarity<T> |
of(Attribute<T> attribute,
Match<T> match) |
static <T> DistinctPeculiarity<T> of(Attribute<T> attribute, Match<T> match)
static <T> ImmutableDistinctPeculiarity.Builder<T> builder()
Copyright © 2021. All rights reserved.