org.apache.tapestry5.func
Class Mapper2<A,B,C>

java.lang.Object
  extended by org.apache.tapestry5.func.Mapper2<A,B,C>

public abstract class Mapper2<A,B,C>
extends java.lang.Object

A generalization of Mapper for a two-input function.


Constructor Summary
Mapper2()
           
 
Method Summary
abstract  C map(A first, B second)
          Take, as input, two values (from two flows) and return a computed value of the third type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapper2

public Mapper2()
Method Detail

map

public abstract C map(A first,
                      B second)
Take, as input, two values (from two flows) and return a computed value of the third type.



Copyright © 2010-2011 Apache Software Foundation. All Rights Reserved.