程序包 com.alibaba.csp.sentinel.util.function


package com.alibaba.csp.sentinel.util.function
  • 说明
    BiConsumer interface from JDK 8.
    Consumer interface from JDK 8.
    Function functional interface from JDK 8.
    Predicate functional interface from JDK 8.
    Supplier functional interface from JDK 8.
    Tuple2<R1,R2>
    A tuple of 2 elements.