Class Transformer


  • public class Transformer
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> Multi<T> apply​(Multi<T> upstream)
      Calls the model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • apply

        public static <T> Multi<T> apply​(Multi<T> upstream)
        Calls the model.
        Type Parameters:
        T - the type of data
        Parameters:
        upstream - the upstream
        Returns:
        the decorated stream if needed