NaruminchoUtilIterable<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
addSeparator(
T separator) → Iterable< T> -
Available on Iterable<
T> , provided by the NaruminchoUtilIterable extension -
flatMapAndRemoveNull<
Output> (Iterable< Output?> func(T)) → Iterable<Output> -
Available on Iterable<
T> , provided by the NaruminchoUtilIterable extensionexpanded
とは違いnull
を取り除くflatMap
-
mapAndRemoveNull<
Output> (Output? func(T)) → IList< Output> -
Available on Iterable<
先頭から関数を適用し, null だった場合は破棄するT> , provided by the NaruminchoUtilIterable extension -
mapFirstNotNull<
Output> (Output? func(T)) → Output? -
Available on Iterable<
先頭から関数を適用したときに, 最初に null ではないものを返すT> , provided by the NaruminchoUtilIterable extension -
setLength(
int length, T fillValue) → Iterable< T> -
Available on Iterable<
T> , provided by the NaruminchoUtilIterable extension -
setMinLength(
int minLength, T fillValue) → Iterable< T> -
Available on Iterable<
T> , provided by the NaruminchoUtilIterable extension