Options
All
  • Public
  • Public/Protected
  • All
Menu

Class First<T>

First item of iterable.

Type parameters

  • T

Hierarchy

  • First

Implements

  • any

Index

Constructors

Methods

Constructors

constructor

  • new First(value: Iterable<T>): First

Methods

isScalar

  • isScalar(): true

value

  • value(): IteratorResult<T>

Generated using TypeDoc