net.openhft.function
Interface ObjFloatConsumer<T>


public interface ObjFloatConsumer<T>


Method Summary
 void accept(T a, float b)
           
 

Method Detail

accept

void accept(T a,
            float b)