Package 

Class FlowStreamAdapter

  • All Implemented Interfaces:
    com.tinder.scarlet.StreamAdapter

    
    public final class FlowStreamAdapter<T extends Object>
     implements StreamAdapter<T, Flow<T>>
                        
    • Method Summary

      Modifier and Type Method Description
      <ERROR CLASS> adapt(Stream<T> stream)
      • Methods inherited from class java.lang.Object

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

      • FlowStreamAdapter

        FlowStreamAdapter()
    • Method Detail

      • adapt

         <ERROR CLASS> adapt(Stream<T> stream)