Pacote
    Preparing search index...
    • Return an Option with the first element in the list that satisfies the provided predicate function. If the element cannot be found, it returns None.

      Type Parameters

      • T

      Parameters

      • predicate: PredicateFunction<T>

        Predicate function.

      • list: LinkedList<T>

        Linked list.

      Returns Option<T>

      Option with the first element in the list that satisfies the predicate function or None.