类 FastStream.FlatMapped<T,R>

java.lang.Object
committee.nova.mods.avaritia.api.util.java.FastStream.FlatMapped<T,R>
所有已实现的接口:
FastStream<R>, Iterable<R>
封闭接口:
FastStream<T>

public static final class FastStream.FlatMapped<T,R> extends Object implements FastStream<R>
A FastStream with a flat mapping option applied to each element flattened together.