Interface ArrayUtil.Filter<T>

  • Type Parameters:
    T - is the type of the value to pass to the filter.
    Enclosing class:
    ArrayUtil
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface ArrayUtil.Filter<T>
    Some utilities functions for arrays.
    Version:
    17.0 2020-01-04 14:41:38
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    util
    • Method Detail

      • filter

        @Pure
        boolean filter​(T obj)
        Filtering the objects.
        Parameters:
        obj - is the value to filter.
        Returns:
        true if the given value is acceptable, otherwise false