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