VUtils – Release 1
Class org.violetlib.util.ValueStatus
Deprecated: ShowHide
-
-
|
Modifier and Type |
Static Method and Description |
 |
invalid   |
static <V> ValueStatus<V> invalid(String description)
Create a state to describe user input that is not valid.
public static <V> ValueStatus<V> invalid(String description)
-
Create a state to describe user input that is not valid.
- Parameters:
description - A description of the problem with the user input.
|
 |
valid   |
static <V> ValueStatus<V> valid(V value)
Return a state for valid user input.
-
Return a state for valid user input.
|
-
-
getClass, notify, notifyAll, wait, wait, wait