public class Captures extends Object
| Modifier and Type | Method and Description |
|---|---|
Captures |
addAll(Captures other) |
static Captures |
empty() |
boolean |
equals(Object o) |
<T> T |
get(Capture<T> capture) |
int |
hashCode() |
static <T> Captures |
ofNullable(Capture<T> capture,
T value) |
Copyright © 2012–2020. All rights reserved.