質問編集履歴

1

自作のインターフェースを追加

2016/05/30 08:10

投稿

zoemond
zoemond

スコア50

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,14 @@
15
15
  in = 1; // コンパイルエラー
16
16
 
17
17
 
18
+
19
+ @FunctionalInterface
20
+
21
+ interface MyLambda {
22
+
23
+ boolean range(Integer integer);
24
+
25
+ }
18
26
 
19
27
  ```
20
28