Lambda Test angepasst
This commit is contained in:
parent
70ca62202d
commit
920eea43ad
@ -1,11 +1,7 @@
|
|||||||
class Lambda{
|
class Lambda{
|
||||||
|
|
||||||
methode(){
|
methode(){
|
||||||
String var;
|
return ((f) -> f);
|
||||||
return () -> (f) -> {
|
|
||||||
f.apply(this, var);
|
|
||||||
return var;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user