net.openhft.function
Interface LongFloatConsumer


public interface LongFloatConsumer


Method Summary
 void accept(long a, float b)
           
 

Method Detail

accept

void accept(long a,
            float b)