This website requires JavaScript.
Explore
Help
Sign In
2123204
/
uebungen
Watch
1
Star
0
Fork
You've already forked uebungen
0
Code
Pull Requests
Activity
ea1ca587f6
uebungen
/
sources
/
src
/
main
/
java
/
pr2
/
lambda
/
mogrifier_2
/
StringFunction.java
7 lines
98 B
Java
Raw
Blame
History
package
pr2.lambda.mogrifier_2
;
public
interface
StringFunction
{
String
apply
(
String
s
)
;
}
View Git Blame
Copy Permalink