Documentation
    Preparing search index...

    Class SomableAbstract

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Returns true if every element in the iterable satisfies the predicate.

      Type Parameters

      • A

      Parameters

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

      Returns boolean

    • Checks if any value in the iterable satisfies the predicate.

      Type Parameters

      • A

      Parameters

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

      Returns boolean