Documentation
    Preparing search index...

    Class GettableAbstract

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Find the first element of the iterable that satisfies the predicate.

      Type Parameters

      • A

      Parameters

      • this: Iterable<A>
      • fn: (a: A) => boolean

      Returns any