Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PathMetrics

Hierarchy

  • PathMetrics

Implements

Index

Constructors

constructor

Properties

Private Readonly _dart_any

_dart_any: (test: (element: IPathMetric) => boolean) => boolean = ...

Type declaration

Private Readonly _dart_cast

_dart_cast: <R>() => IIterable<R> = ...

Type declaration

Private Readonly _dart_contains

_dart_contains: (element?: Object) => boolean = ...

Type declaration

    • (element?: Object): boolean
    • Parameters

      • Optional element: Object

      Returns boolean

Private Readonly _dart_elementAt

_dart_elementAt: (index: number) => IPathMetric = ...

Type declaration

Private Readonly _dart_every

_dart_every: (test: (element: IPathMetric) => boolean) => boolean = ...

Type declaration

Private Readonly _dart_expand

_dart_expand: <T>(f: (element: IPathMetric) => IIterable<T>) => IIterable<T> = ...

Type declaration

Private Readonly _dart_firstWhere

_dart_firstWhere: (test: (element: IPathMetric) => boolean, props: { orElse?: () => undefined | IPathMetric }) => IPathMetric = ...

Type declaration

Private Readonly _dart_fold

_dart_fold: <T>(initialValue: T, combine: (previousValue: T, element: IPathMetric) => T) => T = ...

Type declaration

    • <T>(initialValue: T, combine: (previousValue: T, element: IPathMetric) => T): T
    • Type parameters

      • T

      Parameters

      • initialValue: T
      • combine: (previousValue: T, element: IPathMetric) => T

      Returns T

Private Readonly _dart_followedBy

_dart_followedBy: (other: IIterable<IPathMetric>) => IIterable<IPathMetric> = ...

Type declaration

Private Readonly _dart_forEach

_dart_forEach: (f: (element: IPathMetric) => void) => void = ...

Type declaration

Private Readonly _dart_getFirst

_dart_getFirst: () => IPathMetric = ...

Type declaration

Private Readonly _dart_getHashCode

_dart_getHashCode: () => number = ...

Type declaration

    • (): number
    • Returns number

Private Readonly _dart_getIsEmpty

_dart_getIsEmpty: () => boolean = ...

Type declaration

    • (): boolean
    • Returns boolean

Private Readonly _dart_getIsNotEmpty

_dart_getIsNotEmpty: () => boolean = ...

Type declaration

    • (): boolean
    • Returns boolean

Private Readonly _dart_getIterator

_dart_getIterator: () => IIterator<IPathMetric> = ...

Type declaration

Private Readonly _dart_getLast

_dart_getLast: () => IPathMetric = ...

Type declaration

Private Readonly _dart_getLength

_dart_getLength: () => number = ...

Type declaration

    • (): number
    • Returns number

Private Readonly _dart_getSingle

_dart_getSingle: () => IPathMetric = ...

Type declaration

Private Readonly _dart_join

_dart_join: (separator: string) => string = ...

Type declaration

    • (separator: string): string
    • Parameters

      • separator: string

      Returns string

Private Readonly _dart_lastWhere

_dart_lastWhere: (test: (element: IPathMetric) => boolean, props: { orElse?: () => undefined | IPathMetric }) => IPathMetric = ...

Type declaration

Private Readonly _dart_map

_dart_map: <T>(f: (e: IPathMetric) => T) => IIterable<T> = ...

Type declaration

Private Readonly _dart_reduce

_dart_reduce: (combine: (value: IPathMetric, element: IPathMetric) => IPathMetric) => IPathMetric = ...

Type declaration

Private Readonly _dart_singleWhere

_dart_singleWhere: (test: (element: IPathMetric) => boolean, props: { orElse?: () => undefined | IPathMetric }) => IPathMetric = ...

Type declaration

Private Readonly _dart_skip

_dart_skip: (count: number) => IIterable<IPathMetric> = ...

Type declaration

Private Readonly _dart_skipWhile

_dart_skipWhile: (test: (value: IPathMetric) => boolean) => IIterable<IPathMetric> = ...

Type declaration

Private Readonly _dart_take

_dart_take: (count: number) => IIterable<IPathMetric> = ...

Type declaration

Private Readonly _dart_takeWhile

_dart_takeWhile: (test: (value: IPathMetric) => boolean) => IIterable<IPathMetric> = ...

Type declaration

Private Readonly _dart_toList

_dart_toList: (props: { growable: boolean }) => IList<IPathMetric> = ...

Type declaration

Private Readonly _dart_toSet

_dart_toSet: () => ISet<IPathMetric> = ...

Type declaration

Private Readonly _dart_toString

_dart_toString: () => string = ...

Type declaration

    • (): string
    • Returns string

Private Readonly _dart_where

_dart_where: (test: (element: IPathMetric) => boolean) => IIterable<IPathMetric> = ...

Type declaration

Private Readonly _dart_whereType

_dart_whereType: <T>() => IIterable<T> = ...

Type declaration

Methods

any

  • any(test: (element: IPathMetric) => boolean): boolean

cast

contains

  • contains(element?: Object): boolean
  • Parameters

    • Optional element: Object

    Returns boolean

elementAt

every

  • every(test: (element: IPathMetric) => boolean): boolean

expand

firstWhere

fold

  • fold<T>(initialValue: T, combine: (previousValue: T, element: IPathMetric) => T): T

followedBy

forEach

getFirst

getHashCode

  • getHashCode(): number

getIsEmpty

  • getIsEmpty(): boolean

getIsNotEmpty

  • getIsNotEmpty(): boolean

getIterator

getLast

getLength

  • getLength(): number

getSingle

join

  • join(separator?: string): string

lastWhere

map

reduce

singleWhere

skip

skipWhile

take

takeWhile

toList

toSet

toString

  • toString(): string

where

whereType

Generated using TypeDoc