| 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 |
HeadsSuccessWithInfo<R,M>
A heads (success) coin with a value and further information.
|
interface |
HeadsSuccessWithInfoAndWarnings<R,M>
A heads (success) coin with a value with further information and some warnings.
|
interface |
HeadsSuccessWithWarnings<R,M>
A heads (success) coin with a value and some warnings.
|
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 |
IsErrorSet<M>
Interface for objects that have a set of error messages.
|
interface |
IsErrorSetFT
Interface for objects that have a set of error messages of type
FormattingTuple. |
interface |
IsInfoSet<M>
Interface for objects that have a set of info messages.
|
interface |
IsInfoSetFT
Interface for objects that have a set of info messages.
|
interface |
IsWarningSet<M>
Interface for objects that have a set of warning messages.
|
interface |
IsWarningSetFT
Interface for objects that have a set of warning messages.
|
Copyright © 2016–2017. All rights reserved.