provided.util
Interface IVoidLambda<P>

Type Parameters:
P - The Type of the input parameters

public interface IVoidLambda<P>

Generalized lambda that takes a vararg of input parameters and has no return value.

Author:
swong

Method Summary
 void apply(P... params)
          Run (apply) the lambda
 

Method Detail

apply

void apply(P... params)
Run (apply) the lambda

Parameters:
params - vararg of input parameters