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