Package 

Interface MvRxViewModelFactory

  • All Implemented Interfaces:
    com.airbnb.mvrx.MavericksViewModelFactory

    @Deprecated(message = MvRx has been replaced with Mavericks, replaceWith = @ReplaceWith(imports = {}, expression = MavericksViewModelFactory<VM, S>)) 
    public interface MvRxViewModelFactory<VM extends MavericksViewModel<S>, S extends MavericksState>
     implements MavericksViewModelFactory<VM, S>
                        
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.airbnb.mvrx.MvRxViewModelFactory

        create, initialState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait