Package 

Interface SizeSelector


  • 
    public interface SizeSelector
    
                        

    A size selector receives a list of Sizes and returns another list with sizes that are considered acceptable.

    • Method Summary

      Modifier and Type Method Description
      abstract List<Size> select(@NonNull() List<Size> source) Returns a list of acceptable sizes from the given input.The final size will be the first element in the output list.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • select

        @NonNull() abstract List<Size> select(@NonNull() List<Size> source)

        Returns a list of acceptable sizes from the given input.The final size will be the first element in the output list.

        Parameters:
        source - input list