- All Superinterfaces:
Function<T1,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function with 1 arguments.
- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescriptiondefault RApply this function to the arguments.Apply this function to the arguments.applyPartially(Tuple1<? extends T1> args) Partially apply this function to the arguments.applyPartially(T1 v1) Partially apply this function to the arguments.Deprecated.Deprecated.- UseapplyPartially(Object)instead.static <T1,R> Function1<T1, R> Convert to this function from aFunction.Convert this function to aFunction.
-
Method Details
-
apply
Apply this function to the arguments.- Parameters:
args- The arguments as a tuple.
-
apply
Apply this function to the arguments. -
toFunction
Convert this function to aFunction. -
from
Convert to this function from aFunction. -
applyPartially
Partially apply this function to the arguments. -
applyPartially
Partially apply this function to the arguments. -
curry
Deprecated.- UseapplyPartially(Object)instead.Partially apply this function to the arguments. -
curry
Deprecated.- UseapplyPartially(Tuple1)instead.Partially apply this function to the arguments.
-
applyPartially(Tuple1)instead.