com.atlassian.util.concurrent
Interface Effect.Applicant<A>

Type Parameters:
A - the type of thing to supply to the effect.
Enclosing interface:
Effect<A>

public static interface Effect.Applicant<A>

A thing upon which side-effects may be applied.


Method Summary
 void foreach(Effect<A> effect)
          Perform the given side-effect for each contained element.
 

Method Detail

foreach

void foreach(Effect<A> effect)
Perform the given side-effect for each contained element.



Copyright © 2014 Atlassian. All Rights Reserved.