Interface FloatFloatToObjectFunction<T>

All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface FloatFloatToObjectFunction<T>
extends Serializable
A FloatFloatToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive float as the second argument and returns an Object as the result. This file was automatically generated from template file primitivePrimitiveToObjectFunction.stg.
Since:
9.0.
  • Method Summary

    Modifier and Type Method Description
    T value​(float argument1, float argument2)  
  • Method Details

    • value

      T value​(float argument1, float argument2)