Interface DSupplier2<P1,P2,R>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface DSupplier2<P1,P2,R>
一个参数的supplier
Author:
qiunet 2020-05-16 09:20
  • Method Summary

    Modifier and Type
    Method
    Description
    get(P1 p1, P2 p2)
     
  • Method Details

    • get

      R get(P1 p1, P2 p2)