コード例 #1
0
ファイル: VitryTree.java プロジェクト: hanshoglund/vitry
 public Product mapProduct(Function fn) {
   return delegee.mapProduct(fn);
 }