Module MaterialFX

Class FloatFilter<T>


public class FloatFilter<T> extends NumberFilter<T,Float>
Extension of NumberFilter for float fields.

Offers the following default BiPredicateBeans:

- "is": checks for floats equality

- "is not": checks for floats inequality

- "greater than": checks if a float is greater than another float

- "greater or equal to": checks if a float is greater or equal to another float

- "lesser than": checks if a float is lesser than another float

- "lesser or equal to": checks if a float is lesser or equal to another float