Interface Processor.Iso<V>

    • Method Detail

      • inject

        default void inject​(V element)
        Description copied from interface: Processor
        Submit an element of the observed type, bypassing any mapping this Processor may do. If the input type of this processor equals the output type, this is equivalent to Subscriber.submit(Object)
        Specified by:
        inject in interface Processor<V,​V>
        Parameters:
        element - the element to submit