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