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