| Package | Description | 
|---|---|
| com.codelanx.commons.util.stream | 
| Modifier and Type | Method and Description | 
|---|---|
static <D> DebugDoubleStream | 
DebugDoubleStream.flatMapFromObject(DebuggableStreaming<D> debugStream,
                 Function<? super D,? extends DoubleStream> mapper)  | 
static <D> DebugDoubleStream | 
DebugDoubleStream.mapFromObject(DebuggableStreaming<D> debugStream,
             ToDoubleFunction<? super D> mapper)  | 
static DebugDoubleStream | 
DebugDoubleStream.of(DoubleStream stream)
Creates a new  
DebugDoubleStream using the default type | 
static DebugDoubleStream | 
DebugDoubleStream.of(DoubleStream stream,
  boolean outputResults)
Creates a new  
DebugDoubleStream using the default type | 
static DebugDoubleStream | 
DebugDoubleStream.of(DoubleStream stream,
  boolean outputResults,
  Class<? extends DebugDoubleStream> type)
Instantiates a new  
DebugDoubleStream of the type parameter passed to the method. | 
static DebugDoubleStream | 
DebugDoubleStream.of(DoubleStream stream,
  Class<? extends DebugDoubleStream> type)
Instantiates a new  
DebugDoubleStream of the type parameter passed to the method. | 
| Modifier and Type | Method and Description | 
|---|---|
static DebugDoubleStream | 
DebugDoubleStream.of(DoubleStream stream,
  boolean outputResults,
  Class<? extends DebugDoubleStream> type)
Instantiates a new  
DebugDoubleStream of the type parameter passed to the method. | 
static DebugDoubleStream | 
DebugDoubleStream.of(DoubleStream stream,
  Class<? extends DebugDoubleStream> type)
Instantiates a new  
DebugDoubleStream of the type parameter passed to the method. | 
Copyright © 2017. All rights reserved.