teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

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

2016/05/30 08:10

投稿

zoemond
zoemond

スコア50

title CHANGED
File without changes
body CHANGED
@@ -7,6 +7,10 @@
7
7
  MyLambda s = s= a -> a > in++; //コンパイルエラー
8
8
  in = 1; // コンパイルエラー
9
9
 
10
+ @FunctionalInterface
11
+ interface MyLambda {
12
+ boolean range(Integer integer);
13
+ }
10
14
  ```
11
15
 
12
16