| Modifier and Type | Method and Description |
|---|---|
abstract Try<T> |
Try.peekFailure(Consumer<Failure<T>> consumer)
Does nothing on Success, but accepts a consumer on Failure
|
Try<T> |
Success.peekFailure(Consumer<Failure<T>> consumer) |
Try<T> |
Failure.peekFailure(Consumer<Failure<T>> consumer) |
Copyright © 2014–2015. All rights reserved.