public abstract class TypeCoercer<F extends Type,T extends Type> extends Object implements Function<Block,Block>
| Modifier and Type | Field and Description |
|---|---|
protected F |
fromType |
protected T |
toType |
| Modifier | Constructor and Description |
|---|---|
protected |
TypeCoercer(F fromType,
T toType) |
| Modifier and Type | Method and Description |
|---|---|
Block |
apply(Block block) |
protected void |
applyCoercedValue(BlockBuilder blockBuilder,
Block block,
int position) |
Copyright © 2012–2019. All rights reserved.