27 lines
328 B
Plaintext
27 lines
328 B
Plaintext
class Apply {
|
|
|
|
Apply(){
|
|
super(());
|
|
}
|
|
Apply(){
|
|
super(());
|
|
}
|
|
|
|
}class applyLambda {
|
|
|
|
applyLambda(){
|
|
super(());
|
|
}
|
|
TPH ASWH m(){
|
|
TPH ASWI lam1;
|
|
lam1 = (TPH ASWJ x) -> {
|
|
return x;
|
|
};
|
|
return lam1.apply Signature: [TPH ASWP, TPH ASWQ](new Apply());
|
|
}
|
|
|
|
applyLambda(){
|
|
super(());
|
|
}
|
|
|
|
} |