mergeWith method

Factory<KEY, INSTANCE> mergeWith(
  1. Factory<KEY, INSTANCE> factory
)

Implementation

Factory<KEY, INSTANCE> mergeWith(Factory<KEY, INSTANCE> factory) {
  return copyBuildersFrom(factory);
}