public interface TailsCoin<R> extends Coin<R>
Base interface for a tails coin, something the returns an error with or without a value.
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isTails()
Tests if the coin is tails (negative return).
|
getReturn, hasErrorReports, hasInfoReports, hasWarningReports, isError, isHeads, isSuccess, reportsErrors, reportsInfo, reportsWarningsCopyright © 2016–2017. All rights reserved.