public abstract class FunctionWithWidth extends Object
| Modifier and Type | Field and Description |
|---|---|
static FunctionWithWidth |
IDENTITY |
| Constructor and Description |
|---|
FunctionWithWidth() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
apply(Integer width,
String line) |
Function |
withWidth(int width) |
public static final FunctionWithWidth IDENTITY
Copyright © 2016 JBoss by Red Hat. All rights reserved.