com.koloboke.function
Interface ToFloatFunction<T>

Type Parameters:
T - the type of the input to the function

public interface ToFloatFunction<T>

Represents a function that produces a float-valued result. This is the float-producing primitive specialization for Function.

See Also:
Function

Method Summary
 float applyAsFloat(T value)
          Applies this function to the given argument.
 

Method Detail

applyAsFloat

float applyAsFloat(T value)
Applies this function to the given argument.

Parameters:
value - the function argument
Returns:
the function result