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