Index
All Classes and Interfaces|All Packages
A
- apply(T, U) - Method in interface com.powerup.lambda.functions.api.TwoParameterFunction
-
Apply invokes the function this lambda function represents.
- apply(T, U) - Method in interface com.powerup.lambda.functions.api.TwoParameterVoidFunction
-
Apply invokes the function this lambda function represents.
- apply(T, U, V) - Method in interface com.powerup.lambda.functions.api.ThreeParameterFunction
-
Apply invokes the function this lambda function represents.
- apply(T, U, V) - Method in interface com.powerup.lambda.functions.api.ThreeParameterVoidFunction
-
Apply invokes the function this lambda function represents.
- apply(T, U, V, W) - Method in interface com.powerup.lambda.functions.api.FourParameterFunction
-
Apply invokes the function this lambda function represents.
- apply(T, U, V, W) - Method in interface com.powerup.lambda.functions.api.FourParameterVoidFunction
-
Apply invokes the function this lambda function represents.
- apply(T, U, V, W, X) - Method in interface com.powerup.lambda.functions.api.FiveParameterFunction
-
Apply invokes the function this lambda function represents.
- apply(T, U, V, W, X) - Method in interface com.powerup.lambda.functions.api.FiveParameterVoidFunction
-
Apply invokes the function this lambda function represents.
C
- com.powerup.lambda.functions.api - package com.powerup.lambda.functions.api
F
- FiveParameterFunction<T,
U, - Interface in com.powerup.lambda.functions.apiV, R, W, X> -
The
ThreeParameterFunctionclass defines a lambda expression function that takes three parameters and returns a value. - FiveParameterVoidFunction<T,
U, - Interface in com.powerup.lambda.functions.apiV, W, X> -
The
ThreeParameterVoidFunctionclass defines a lambda expression function that takes three parameters with no return value. - FourParameterFunction<T,
U, - Interface in com.powerup.lambda.functions.apiV, W, R> -
The
ThreeParameterFunctionclass defines a lambda expression function that takes three parameters and returns a value. - FourParameterVoidFunction<T,
U, - Interface in com.powerup.lambda.functions.apiV, W> -
The
ThreeParameterVoidFunctionclass defines a lambda expression function that takes three parameters with no return value.
T
- ThreeParameterFunction<T,
U, - Interface in com.powerup.lambda.functions.apiV, R> -
The
ThreeParameterFunctionclass defines a lambda expression function that takes three parameters and returns a value. - ThreeParameterVoidFunction<T,
U, - Interface in com.powerup.lambda.functions.apiV> -
The
ThreeParameterVoidFunctionclass defines a lambda expression function that takes three parameters with no return value. - TwoParameterFunction<T,
U, - Interface in com.powerup.lambda.functions.apiR> -
The
TwoParameterFunctionclass defines a lambda expression function that takes two parameters and returns a value. - TwoParameterVoidFunction<T,
U> - Interface in com.powerup.lambda.functions.api -
The
TwoParameterVoidFunctionclass defines a lambda expression function that takes two parameters with no return value.
All Classes and Interfaces|All Packages