org.neo4j.helpers
Interface Function2<T1,T2,R>

Type Parameters:
T1 -
T2 -
R -

public interface Function2<T1,T2,R>

Generic function interface with 2 input parameters.


Method Summary
 R apply(T1 from1, T2 from2)
          Map a single item from one type to another
 

Method Detail

apply

R apply(T1 from1,
        T2 from2)
Map a single item from one type to another

Parameters:
from1 - the first input item
from2 - the second input item
Returns:
the mapped item


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.