Class Float2BooleanFunctions.EmptyFunction

java.lang.Object
it.unimi.dsi.fastutil.floats.AbstractFloat2BooleanFunction
it.unimi.dsi.fastutil.floats.Float2BooleanFunctions.EmptyFunction
All Implemented Interfaces:
Float2BooleanFunction, Function<Float,​Boolean>, Serializable, Cloneable, DoublePredicate, Function<Float,​Boolean>
Direct Known Subclasses:
Float2BooleanMaps.EmptyMap
Enclosing class:
Float2BooleanFunctions

public static class Float2BooleanFunctions.EmptyFunction
extends AbstractFloat2BooleanFunction
implements Serializable, Cloneable
An immutable class representing an empty type-specific function.

This class may be useful to implement your own in case you subclass a type-specific function.

See Also:
Serialized Form