Search Results for

    Show / Hide Table of Contents

    Interface Predicate<T>

    Interface which defines method which check if argument meets some criteria

    Namespace:
    Assembly: .dll
    Syntax
    public interface Predicate<T>
    Type Parameters
    Name Description
    T

    Methods

    select(T item)

    Checks if item meets some criteria which is defined by this predicate

    Declaration
    public abstract boolean select(T item)
    Parameters
    Type Name Description
    T item

    Item to check

    Returns
    Type Description
    boolean

    True if item meets specified criteria

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml