R - Result typeT0 - Type of parameter 0public interface Function1<T0,R> extends Function<R>
| Modifier and Type | Field and Description |
|---|---|
static Function1<Object,Object> |
IDENTITY
The identity function.
|
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T0 a0) |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.