com.netflix.servo.jsr166e
Interface ConcurrentHashMapV8.BiFun<A,B,T>

Enclosing class:
ConcurrentHashMapV8<K,V>

public static interface ConcurrentHashMapV8.BiFun<A,B,T>

Interface describing a function of two arguments


Method Summary
 T apply(A a, B b)
           
 

Method Detail

apply

T apply(A a,
        B b)