sugar4j.lang
Interface Lang.PairMethod

Enclosing class:
Lang

public static interface Lang.PairMethod

Code to run for a pair.


Method Summary
 void run(Object first, Object second, boolean isNextPair)
          Code to run for a pair.
 

Method Detail

run

void run(Object first,
         Object second,
         boolean isNextPair)
Code to run for a pair.

Parameters:
first -
second -
isNextPair - true if this pair is a sussequent pair (not the first)