public interface MyRectFluent<A extends MyRectFluent<A>> extends AbstractShapeFluent<A>
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
java.util.Optional<java.lang.String> |
getNotes() |
int |
getWidth() |
java.lang.Boolean |
hasHeight() |
java.lang.Boolean |
hasNotes() |
java.lang.Boolean |
hasWidth() |
A |
withHeight(int height) |
A |
withNotes(java.util.Optional<java.lang.String> notes) |
A |
withNotes(java.lang.String notes) |
A |
withWidth(int width) |
java.util.Optional<java.lang.String> getNotes()
getNotes in interface AbstractShapeFluent<A extends MyRectFluent<A>>A withNotes(java.util.Optional<java.lang.String> notes)
withNotes in interface AbstractShapeFluent<A extends MyRectFluent<A>>A withNotes(java.lang.String notes)
withNotes in interface AbstractShapeFluent<A extends MyRectFluent<A>>java.lang.Boolean hasNotes()
hasNotes in interface AbstractShapeFluent<A extends MyRectFluent<A>>int getWidth()
A withWidth(int width)
java.lang.Boolean hasWidth()
int getHeight()
A withHeight(int height)
java.lang.Boolean hasHeight()
Copyright © 2022. All Rights Reserved.