Interface TransitionFactory<R>

    • Method Detail

      • build

        Transition<R> build​(DataSource dataSource,
                            boolean isFirstResource)
        Returns a new Transition.
        Parameters:
        dataSource - The DataSource the resource was loaded from.
        isFirstResource - True if this is the first resource to be loaded into the target.