Index

A C F T 
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,V,R,W,X> - Interface in com.powerup.lambda.functions.api
The ThreeParameterFunction class defines a lambda expression function that takes three parameters and returns a value.
FiveParameterVoidFunction<T,U,V,W,X> - Interface in com.powerup.lambda.functions.api
The ThreeParameterVoidFunction class defines a lambda expression function that takes three parameters with no return value.
FourParameterFunction<T,U,V,W,R> - Interface in com.powerup.lambda.functions.api
The ThreeParameterFunction class defines a lambda expression function that takes three parameters and returns a value.
FourParameterVoidFunction<T,U,V,W> - Interface in com.powerup.lambda.functions.api
The ThreeParameterVoidFunction class defines a lambda expression function that takes three parameters with no return value.

T

ThreeParameterFunction<T,U,V,R> - Interface in com.powerup.lambda.functions.api
The ThreeParameterFunction class defines a lambda expression function that takes three parameters and returns a value.
ThreeParameterVoidFunction<T,U,V> - Interface in com.powerup.lambda.functions.api
The ThreeParameterVoidFunction class defines a lambda expression function that takes three parameters with no return value.
TwoParameterFunction<T,U,R> - Interface in com.powerup.lambda.functions.api
The TwoParameterFunction class defines a lambda expression function that takes two parameters and returns a value.
TwoParameterVoidFunction<T,U> - Interface in com.powerup.lambda.functions.api
The TwoParameterVoidFunction class defines a lambda expression function that takes two parameters with no return value.
A C F T 
All Classes and Interfaces|All Packages