s-day07-常用的函数式接口_Consumer
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.inmind.functional_consumer03;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface MyInterface2 {
|
||||
void accept(Integer i);
|
||||
}
|
||||
Reference in New Issue
Block a user