Helpers

Overview

Location

Class Methods


ForHelper<T>

 

class method ForHelper<T>(aStart: Integer; aEnd: Integer; aStep: Integer; aBackward: Boolean; aMethod: ForSelector<T>): Iterable<T>

 

static Iterable<T> ForHelper<T>(Integer aStart, Integer aEnd, Integer aStep, Boolean aBackward, ForSelector<T> aMethod)

 

static func ForHelper<T>(_ aStart: Integer, _ aEnd: Integer, _ aStep: Integer, _ aBackward: Boolean, _ aMethod: ForSelector<T>) -> Iterable<T>

 

static Iterable<T> ForHelper<T>(Integer aStart, Integer aEnd, Integer aStep, Boolean aBackward, ForSelector<T> aMethod)

 

Shared Function ForHelper<T>(aStart As Integer, aEnd As Integer, aStep As Integer, aBackward As Boolean, aMethod As ForSelector<T>) As Iterable<T>

Parameters:

  • aStart:
  • aEnd:
  • aStep:
  • aBackward:
  • aMethod:

Instance Methods


constructor  protected

 

constructor

 

Helpers()

 

init()

 

Helpers()

 

Sub New()