public interface TailsError<R> extends TailsCoin<R>
A tails (error) coin with a value.
| Modifier and Type | Method and Description |
|---|---|
static <R> TailsError<R> |
create(R value)
Creates a new error coin with given value.
|
getReturn, hasErrorReports, hasInfoReports, hasWarningReports, isError, isHeads, isSuccess, reportsErrors, reportsInfo, reportsWarningsstatic <R> TailsError<R> create(R value)
Creates a new error coin with given value.
R - type of the return valuevalue - the actual return valueCopyright © 2016–2017. All rights reserved.