| Package | Description |
|---|---|
| de.flapdoodle.reverse.transitions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableJoin<L,R,D>
Immutable implementation of
Join. |
| Modifier and Type | Method and Description |
|---|---|
static <L,R,D> ImmutableJoin<L,R,D> |
ImmutableJoin.copyOf(Join<L,R,D> instance)
Creates an immutable copy of a
Join value. |
ImmutableJoin.Builder<L,R,D> |
ImmutableJoin.Builder.from(Join<L,R,D> instance)
Fill a builder with attribute values from the provided
de.flapdoodle.reverse.transitions.Join instance. |
Copyright © 2023. All rights reserved.