- 
- All Known Implementing Classes:
 Birthmarks
public interface Streamable<T> 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default longcount()Stream<T>stream()static <T> Streamable<T>wrap(Collection<T> collection) 
 - 
 
- 
- 
Method Detail
- 
wrap
static <T> Streamable<T> wrap(Collection<T> collection)
 
- 
count
default long count()
 
 - 
 
 -