package fj.function; /** * Created by mperry on 28/08/2014. */ public interface Effect6<A, B, C, D, E, F> { void f(A a, B b, C c, D d, E e, F f); }