You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.data.provider.

Interface IdentifierProvider<T>

    • Method Detail

      • identity

        static <T> IdentifierProvider<T> identity()

        Returns an identifier provider that always returns its input argument.

        Type Parameters:

        T - the type of the input and output objects to the function

        Returns:

        a function that always returns its input argument