public abstract class FunctionWithCharAndWidthAndHeight extends Object
Modifier and Type | Field and Description |
---|---|
static FunctionWithCharAndWidthAndHeight |
IDENTITY |
Constructor and Description |
---|
FunctionWithCharAndWidthAndHeight() |
Modifier and Type | Method and Description |
---|---|
abstract Collection<String> |
apply(Character character,
Integer width,
Integer height,
Collection<String> cell) |
FunctionWithWidthAndHeight |
withChar(char character) |
FunctionWithCharAndWidth |
withHeight(int height) |
FunctionWithCharAndHeight |
withWidth(int width) |
public static final FunctionWithCharAndWidthAndHeight IDENTITY
public abstract Collection<String> apply(Character character, Integer width, Integer height, Collection<String> cell)
public FunctionWithWidthAndHeight withChar(char character)
public FunctionWithCharAndHeight withWidth(int width)
public FunctionWithCharAndWidth withHeight(int height)
Copyright © 2017 JBoss by Red Hat. All rights reserved.