public interface AbstractShapeFluent<A extends AbstractShapeFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
java.util.OptionalInt |
getCount() |
java.util.Optional<java.lang.String> |
getNotes() |
int |
getX() |
int |
getY() |
java.lang.Boolean |
hasCount() |
java.lang.Boolean |
hasNotes() |
java.lang.Boolean |
hasX() |
java.lang.Boolean |
hasY() |
A |
withCount(java.lang.Integer count) |
A |
withCount(java.util.OptionalInt count) |
A |
withNotes(java.util.Optional<java.lang.String> notes) |
A |
withNotes(java.lang.String notes) |
A |
withX(int x) |
A |
withY(int y) |
int getX()
A withX(int x)
java.lang.Boolean hasX()
int getY()
A withY(int y)
java.lang.Boolean hasY()
java.util.Optional<java.lang.String> getNotes()
A withNotes(java.util.Optional<java.lang.String> notes)
A withNotes(java.lang.String notes)
java.lang.Boolean hasNotes()
java.util.OptionalInt getCount()
A withCount(java.util.OptionalInt count)
A withCount(java.lang.Integer count)
java.lang.Boolean hasCount()
Copyright © 2022. All Rights Reserved.