Interface Contextual<C>

    • Method Detail

      • getContext

        C getContext​(Supplier<C> factory)
        Returns the context, creating it from the specified factory, if necessary.
        Parameters:
        a - context factory
        Returns:
        the context.