Package 

Interface EpoxyRecyclerView.ModelBuilderCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit buildModels(EpoxyController controller) Analagous to EpoxyController.buildModels.
      • Methods inherited from class java.lang.Object

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

      • buildModels

         abstract Unit buildModels(EpoxyController controller)

        Analagous to EpoxyController.buildModels. You should create new model instances and add them to the given controller. AutoModel cannot be used with models added this way.