Committed by
Gerrit Code Review
One more IndexedLambda deprecation
Change-Id: I8283ae4137bf04d35abe3df8a89c947cd32128ca
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -24,7 +24,10 @@ public interface Lambda { | ... | @@ -24,7 +24,10 @@ public interface Lambda { |
| 24 | * | 24 | * |
| 25 | * @param lambda index number | 25 | * @param lambda index number |
| 26 | * @return an instance | 26 | * @return an instance |
| 27 | + * | ||
| 28 | + * @deprecated in Emu (1.4.0) | ||
| 27 | */ | 29 | */ |
| 30 | + @Deprecated | ||
| 28 | static Lambda indexedLambda(long lambda) { | 31 | static Lambda indexedLambda(long lambda) { |
| 29 | return new IndexedLambda(lambda); | 32 | return new IndexedLambda(lambda); |
| 30 | } | 33 | } | ... | ... |
-
Please register or login to post a comment