| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.coin |
Base for an extended null object pattern (success/error with or without value plus optional messages).
|
| de.vandermeer.skb.interfaces.messagesets |
Message sets.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TailsErrorWithErrors<R,M>
A tails (error) coin with a value and errors.
|
interface |
TailsNullWithErrors<M>
A tails (error) coin without a value but some errors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsErrorSetFT
Interface for objects that have a set of error messages of type
FormattingTuple. |
| Modifier and Type | Method and Description |
|---|---|
static <M> IsErrorSet<M> |
IsErrorSet.create()
Creates a new error set.
|
IsErrorSet<M> |
HasErrorSet.getErrorSet()
Returns a set of error messages.
|
Copyright © 2016–2017. All rights reserved.