14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
class ClassGenLam {
|
|
|
|
TPH HWDB lam;
|
|
ClassGenLam(){
|
|
super(());
|
|
this.lam = (TPH HWDC x) -> {
|
|
return x;
|
|
};
|
|
}
|
|
ClassGenLam(){
|
|
super(());
|
|
}
|
|
|
|
} |