Module MaterialFX

Class LongFilter<T>


public class LongFilter<T> extends NumberFilter<T,Long>
Extension of NumberFilter for long fields.

Offers the following default BiPredicateBeans:

- "is": checks for longs equality

- "is not": checks for longs inequality

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

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

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

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