Class Float2ReferenceFunctions.PrimitiveFunction<V>

java.lang.Object
it.unimi.dsi.fastutil.floats.Float2ReferenceFunctions.PrimitiveFunction<V>
All Implemented Interfaces:
Float2ReferenceFunction<V>, Function<Float,​V>, DoubleFunction<V>, Function<Float,​V>
Enclosing class:
Float2ReferenceFunctions

public static class Float2ReferenceFunctions.PrimitiveFunction<V>
extends Object
implements Float2ReferenceFunction<V>
An adapter for mapping generic total functions to partial primitive functions.