jfun.parsec

Interface Mapn<R>

public interface Mapn<R> extends Serializable

Responsible for mapping an array of n objects to one object.

Author: Ben Yu Dec 1, 2004

Method Summary
Rmap(Object... vals)
Map n objects to one.

Method Detail

map

public R map(Object... vals)
Map n objects to one.

Parameters: vals the array of objects to map.

Returns: the map result.