Interface RuntimeView.Factory

    • Method Detail

      • create

        <T> Schema<T> create​(RuntimeSchema<T> ms,
                             RuntimeEnv.Instantiator<T> instantiator,
                             Predicate.Factory pf,
                             java.lang.String[] args)
        Creates a view schema based from the given metadata.
        Parameters:
        pf - is optional, depending on the view factory used.
        args - is optional, depending on the view factory used.