Interface IIntStream
.NET interface skeleton to be manually developed following https://developer.android.com/reference/java/util/stream/IntStream.html
public interface IIntStream : IBaseStream<Integer, IntStream>, IAutoCloseable
- Extension Methods