public abstract class WrapperWithContext<T> extends Wrapper<T>
| Modifier and Type | Field and Description |
|---|---|
protected ContextSnapshot |
snapshot |
| Modifier | Constructor and Description |
|---|---|
protected |
WrapperWithContext(ContextSnapshot snapshot,
T delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
delegate, nonNullDelegateprotected final ContextSnapshot snapshot
protected WrapperWithContext(ContextSnapshot snapshot, T delegate)
Copyright © 2016–2017 Talsma ICT. All rights reserved.