org.joox
Interface Mapper<E>


public interface Mapper<E>

A mapping type providing data for every element.

Author:
Lukas Eder

Method Summary
 E map(Context context)
          The callback method invoked for every matched element.
 

Method Detail

map

E map(Context context)
The callback method invoked for every matched element.

Parameters:
context - The context for the current callback call.
Returns:
The mapped value for the element


Copyright © 2012. All Rights Reserved.