This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
JAVA240906
Watch
10
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
983c010709
Branches
Tags
master
JAVA240906
/
src
/
main
/
java
/
com
/
sf
/
day08
/
lambda
/
IRandomable.java
IRandomable.java
105 B
History
Raw
1
2
3
4
5
6
package com.sf.day08.lambda;
@FunctionalInterface
public interface IRandomable {
int getRandom();
}