package fj.function; /** * Created by mperry on 28/08/2014. */ public interface Effect1<A> { void f(A a); }