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