package fj.function; /** * Created by mperry on 28/08/2014. */ public interface Effect0 { void f(); }