java函數(shù)式接口的應(yīng)用?
@FunctionalInterface
// 定義一個(gè)接口,只包含一個(gè)抽象方法
public interface MyfuInter {
public abstract void method();
}
java函數(shù)式接口的應(yīng)用?
@FunctionalInterface
// 定義一個(gè)接口,只包含一個(gè)抽象方法
public interface MyfuInter {
public abstract void method();
}