public class MyRectFluentImpl<A extends MyRectFluent<A>> extends AbstractShapeFluentImpl<A> implements MyRectFluent<A>
_visitables| Constructor and Description |
|---|
MyRectFluentImpl() |
MyRectFluentImpl(MyRect instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getHeight() |
java.util.Optional<java.lang.String> |
getNotes() |
int |
getWidth() |
int |
hashCode() |
java.lang.Boolean |
hasHeight() |
java.lang.Boolean |
hasNotes() |
java.lang.Boolean |
hasWidth() |
java.lang.String |
toString() |
A |
withHeight(int height) |
A |
withNotes(java.util.Optional<java.lang.String> notes) |
A |
withNotes(java.lang.String notes) |
A |
withWidth(int width) |
getCount, getX, getY, hasCount, hasX, hasY, withCount, withCount, withX, withYaccept, accept, accept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic MyRectFluentImpl()
public MyRectFluentImpl(MyRect instance)
public A withNotes(java.util.Optional<java.lang.String> notes)
withNotes in interface AbstractShapeFluent<A extends MyRectFluent<A>>withNotes in interface MyRectFluent<A extends MyRectFluent<A>>withNotes in class AbstractShapeFluentImpl<A extends MyRectFluent<A>>public A withNotes(java.lang.String notes)
withNotes in interface AbstractShapeFluent<A extends MyRectFluent<A>>withNotes in interface MyRectFluent<A extends MyRectFluent<A>>withNotes in class AbstractShapeFluentImpl<A extends MyRectFluent<A>>public java.util.Optional<java.lang.String> getNotes()
getNotes in interface AbstractShapeFluent<A extends MyRectFluent<A>>getNotes in interface MyRectFluent<A extends MyRectFluent<A>>getNotes in class AbstractShapeFluentImpl<A extends MyRectFluent<A>>public java.lang.Boolean hasNotes()
hasNotes in interface AbstractShapeFluent<A extends MyRectFluent<A>>hasNotes in interface MyRectFluent<A extends MyRectFluent<A>>hasNotes in class AbstractShapeFluentImpl<A extends MyRectFluent<A>>public int getWidth()
getWidth in interface MyRectFluent<A extends MyRectFluent<A>>public A withWidth(int width)
withWidth in interface MyRectFluent<A extends MyRectFluent<A>>public java.lang.Boolean hasWidth()
hasWidth in interface MyRectFluent<A extends MyRectFluent<A>>public int getHeight()
getHeight in interface MyRectFluent<A extends MyRectFluent<A>>public A withHeight(int height)
withHeight in interface MyRectFluent<A extends MyRectFluent<A>>public java.lang.Boolean hasHeight()
hasHeight in interface MyRectFluent<A extends MyRectFluent<A>>public boolean equals(java.lang.Object o)
equals in class AbstractShapeFluentImpl<A extends MyRectFluent<A>>public int hashCode()
hashCode in class AbstractShapeFluentImpl<A extends MyRectFluent<A>>public java.lang.String toString()
toString in class AbstractShapeFluentImpl<A extends MyRectFluent<A>>Copyright © 2022. All Rights Reserved.