摘要: Java相关 lambda表达式推导过程 package com.liu.lambda; interface iInterface { void lambda(); } // 1. 外部类 class Interface1 implements iInterface{ @Override publi 阅读全文
posted @ 2021-11-12 21:27 YuanLiu 阅读(197) 评论(0) 推荐(0)