+
Point of view
All features
expanded class AGGREGATOR [E_, R_]
Summary
Direct parents
Insert list: ANY
Overview
Features
{ANY}
map (items: ITERABLE[E_], action: FUNCTION[TUPLE[TUPLE 2[E_, R_], R_]], initial: R_): R_
effective function
{ANY}
map_iter (items: ITERABLE[E_], action: FUNCTION[TUPLE[TUPLE 2[E_, R_], R_]], initial: R_): R_
effective function
{ANY}
map_index (items: INDEXABLE[E_], action: FUNCTION[TUPLE[TUPLE 3[E_, R_, INTEGER_32], R_]], initial: R_): R_
effective function
{ANY}