| Package | Description |
|---|---|
| org.immutables.fixture.deep |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePoint |
ImmutablePoint.Builder.build() |
static ImmutablePoint |
ImmutablePoint.copyOf(Canvas.Point instance) |
static ImmutablePoint |
ImmutablePoint.of(int x,
int y) |
ImmutablePoint |
ImmutablePoint.withX(int x) |
ImmutablePoint |
ImmutablePoint.withY(int y) |
Copyright © 2016 The Immutables.org authors. All rights reserved.