| Package | Description | 
|---|---|
| com.codelanx.commons.util.stream | 
| Modifier and Type | Method and Description | 
|---|---|
static <D> DebugStream<D> | 
DebugStream.of(Stream<D> stream)
Creates a new  
DebugStream using the default type | 
static <D> DebugStream<D> | 
DebugStream.of(Stream<D> stream,
  boolean outputResults)
Creates a new  
DebugStream using the default type | 
static <D> DebugStream<D> | 
DebugStream.of(Stream<D> stream,
  boolean outputResults,
  Class<? extends DebugStream> type)
Instantiates a new  
DebugStream of the type parameter passed to the method. | 
static <D> DebugStream<D> | 
DebugStream.of(Stream<D> stream,
  Class<? extends DebugStream<D>> type)
Instantiates a new  
DebugStream of the type parameter passed to the method. | 
| Modifier and Type | Method and Description | 
|---|---|
static <D> DebugStream<D> | 
DebugStream.of(Stream<D> stream,
  boolean outputResults,
  Class<? extends DebugStream> type)
Instantiates a new  
DebugStream of the type parameter passed to the method. | 
static <D> DebugStream<D> | 
DebugStream.of(Stream<D> stream,
  Class<? extends DebugStream<D>> type)
Instantiates a new  
DebugStream of the type parameter passed to the method. | 
Copyright © 2017. All rights reserved.