public class SkipWrapper<T> extends Object
| Constructor and Description |
|---|
SkipWrapper(T item) |
SkipWrapper(Throwable e) |
SkipWrapper(T item,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException()
Public getter for the exception.
|
T |
getItem()
Public getter for the item.
|
String |
toString() |
Copyright © 2021 Pivotal. All rights reserved.