T - this class to chain method callspublic interface FluentLabel<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withLabel(String label)
Apply a label that will be displayed as the representation of this object for error message.
|
T |
withLabelHint(String... labelHint)
Add a label hint that will be appended to the representation of this object for error message.
|
Copyright © 2016 FluentLenium. All Rights Reserved.