andMap<T> abstract method

Whereable andMap<T>(
  1. Iterable<T> iterable,
  2. MappedExpression<T> func
)

Implementation

Whereable andMap<T>(Iterable<T> iterable, MappedExpression<T> func);