Interface BucketSelector<T>


public interface BucketSelector<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    selection(T input)
     
  • Method Details