Interface IObjectVoter<T>


public interface IObjectVoter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    vote(T... objects)
     
  • Method Details

    • vote

      T vote(T... objects)