view src/main/java/fj/function/Effect6.java @ 4:19c719aba746 default tip

change getLoop return value
author tatsuki
date Mon, 20 Apr 2015 08:09:22 +0900
parents fe80c1edf1be
children
line wrap: on
line source

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);

}