class ActiveRecord::Associations::Preloader::Branch

def done?

Experimental RBS support (using type sampling data from the type_fusion project).

def done?: () -> untyped

This signature was generated using 1 sample from 1 application.

def done?
  root? || (@loaders && @loaders.all?(&:run?))
end