O - Where to write err to.P - Where to read err from.T - The return type.public interface Errorable<O,P,T>
| Modifier and Type | Method and Description |
|---|---|
T |
readingError(P in) |
T |
redirectingError() |
T |
writingError(O in) |
Copyright © 2015–2022 Red Hat. All rights reserved.