compose abstract method

T compose(
  1. List<T> base, [
  2. T fallback
])

Creates a new T by composing non-null properties of this onto bases with any completely undefined properties taken from fallback

Implementation

T compose(List<T> base, [T fallback]);