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

Enclosing class:
ConcurrentHashMapV8<K,V>

public static interface ConcurrentHashMapV8.ObjectByObjectToDouble<A,B>

Interface describing a function mapping two arguments to a double


Method Summary
 double apply(A a, B b)
           
 

Method Detail

apply

double apply(A a,
             B b)