2020
09-28
09-28
Java8 Supplier接口和Consumer接口原理解析
Supplier接口packagejava.util.function;/***Representsasupplierofresults.**<p>Thereisnorequirementthatanewordistinctresultbereturnedeach*timethesupplierisinvoked.**<p>Thisisa<ahref="package-summary.html"rel="externalnofollow"rel="externalnofollow">functionalinterface</a>*whosefunctionalmethodis{@link#get()}.**@param<T>thetypeofresultssupplied...
继续阅读 >