This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
lovecoding
/
JAVA240906
Urmărește
10
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
983c010709
Ramuri
Etichete
master
JAVA240906
/
src
/
main
/
java
/
com
/
sf
/
day08
/
lambda
/
IRandomable.java
IRandomable.java
105 B
Istoric
Crud
1
2
3
4
5
6
package
com.sf.day08.lambda;
@FunctionalInterface
public
interface
IRandomable
{
int
getRandom
()
;
}