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 © 2017 JBoss by Red Hat. All rights reserved.