| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsInfoSetFT
Interface for objects that have a set of info messages.
|
| Modifier and Type | Method and Description |
|---|---|
static <M> IsInfoSet<M> |
IsInfoSet.create()
Creates a new info set.
|
IsInfoSet<M> |
HasInfoSet.getInfoSet()
Returns a set of info messages.
|
Copyright © 2016–2017. All rights reserved.