@FunctionalInterface public interface Func<O> extends Function<Stage,O>, Formattable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Func.Const<O>
An interface that represents a constant.
|
static class |
Func.Factory |
static interface |
Func.Memoized<O> |
| Modifier and Type | Method and Description |
|---|---|
O |
apply(Stage input) |
default void |
formatTo(Formatter formatter,
int flags,
int width,
int precision) |
Copyright © 2017. All rights reserved.