C# Class Machete.Runtime.HostObjects.Iterables.HMapIterable

Inheritance: HIterableBase
Show file Open project: ChaosPandion/Machete

Public Methods

Method Description
CreateIterator ( IEnvironment environment, IArgs args ) : IDynamic
HMapIterable ( IEnvironment environment, IObject iterable, ICallable mapping ) : Machete.Core

Method Details

CreateIterator() public method

public CreateIterator ( IEnvironment environment, IArgs args ) : IDynamic
environment IEnvironment
args IArgs
return IDynamic

HMapIterable() public method

public HMapIterable ( IEnvironment environment, IObject iterable, ICallable mapping ) : Machete.Core
environment IEnvironment
iterable IObject
mapping ICallable
return Machete.Core