Interface ItemDecoration.Merger<T>

Enclosing class:
ItemDecoration

public static interface ItemDecoration.Merger<T>
How two types should be merged
  • Method Summary

    Modifier and Type
    Method
    Description
    merge(T one, T two)
     
  • Method Details

    • merge

      T merge(T one, T two)