public abstract static class Extractions.Construct<T,V> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Construct(Extractions.Extractor<? extends V> extractor) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(org.parboiled.Context<Object> context) |
abstract T |
get(V value) |
boolean |
run(org.parboiled.Context<Object> context) |
Copyright © 2016 The Immutables.org authors. All rights reserved.