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

Type Parameters:
A -

public interface Effect<A>

Contains the a side-effect that may be applied

Since:
2.4

Nested Class Summary
static interface Effect.Applicant<A>
          A thing upon which side-effects may be applied.
 
Method Summary
 void apply(A a)
          Perform the side-effect.
 

Method Detail

apply

void apply(A a)
Perform the side-effect.



Copyright © 2012 Atlassian. All Rights Reserved.