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
/
IShowable.java
IShowable.java
80 B
History
Raw
1
2
3
4
5
6
7
package com.sf.day08.lambda;
public interface IShowable {
void show();
}