| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.coin |
Base for an extended null object pattern (success/error with or without value plus optional messages).
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <R> HeadsSuccess<R> |
HeadsSuccess.create(R value)
Creates a new success coin with given value.
|
Copyright © 2016–2017. All rights reserved.