public interface Functions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Functions.Function0<R>
A function which has not any parameter.
|
static interface |
Functions.Function1<T1,R>
A function which contains only one parameter.
|
static interface |
Functions.Function2<T1,T2,R>
A function which contains two parameters.
|
static interface |
Functions.Function3<T1,T2,T3,R>
A function which contains three parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Runnable |
noop() |
static Runnable noop()
Copyright © 2024 The Apache Software Foundation. All rights reserved.