Uses of Interface
org.burningwave.core.iterable.IterableObjectHelper.IterationConfig
Packages that use IterableObjectHelper.IterationConfig
-
Uses of IterableObjectHelper.IterationConfig in org.burningwave.core.iterable
Classes in org.burningwave.core.iterable with type parameters of type IterableObjectHelper.IterationConfigModifier and TypeInterfaceDescriptionstatic interfaceIterableObjectHelper.IterationConfig<I,IC, C extends IterableObjectHelper.IterationConfig<I, IC, C>> Classes in org.burningwave.core.iterable that implement IterableObjectHelper.IterationConfigModifier and TypeClassDescriptionstatic classstatic classIterableObjectHelper.IterationConfig.WithOutputOfMap<I,IC, K, O, OM> Methods in org.burningwave.core.iterable with type parameters of type IterableObjectHelper.IterationConfigModifier and TypeMethodDescriptionstatic <I,C extends IterableObjectHelper.IterationConfig<I, I[], C>>
CIterableObjectHelper.IterationConfig.of(I[] input) static <I,C extends IterableObjectHelper.IterationConfig<I, Collection<I>, C>>
CIterableObjectHelper.IterationConfig.of(Collection<I> input) static <J,I, C extends IterableObjectHelper.IterationConfig<Map.Entry<J, I>, Collection<I>, C>>
Cstatic <I,C extends IterableObjectHelper.IterationConfig<Boolean, boolean[], C>>
CIterableObjectHelper.IterationConfig.ofBooleans(boolean[] input) static <I,C extends IterableObjectHelper.IterationConfig<Byte, byte[], C>>
CIterableObjectHelper.IterationConfig.ofBytes(byte[] input) static <I,C extends IterableObjectHelper.IterationConfig<Character, char[], C>>
CIterableObjectHelper.IterationConfig.ofChars(char[] input) static <I,C extends IterableObjectHelper.IterationConfig<Double, double[], C>>
CIterableObjectHelper.IterationConfig.ofDoubles(double[] input) static <I,C extends IterableObjectHelper.IterationConfig<Float, float[], C>>
CIterableObjectHelper.IterationConfig.ofFloats(float[] input) static <I,C extends IterableObjectHelper.IterationConfig<Integer, int[], C>>
CIterableObjectHelper.IterationConfig.ofInts(int[] input) static <I,C extends IterableObjectHelper.IterationConfig<Long, long[], C>>
CIterableObjectHelper.IterationConfig.ofLongs(long[] input) static <I,C extends IterableObjectHelper.IterationConfig<I, I[], C>>
CIterableObjectHelper.IterationConfig.ofNullable(I[] input) static <I,C extends IterableObjectHelper.IterationConfig<I, Collection<I>, C>>
CIterableObjectHelper.IterationConfig.ofNullable(Collection<I> input) static <J,I, C extends IterableObjectHelper.IterationConfig<Map.Entry<J, I>, Collection<I>, C>>
CIterableObjectHelper.IterationConfig.ofNullable(Map<J, I> input) static <I,C extends IterableObjectHelper.IterationConfig<Boolean, boolean[], C>>
CIterableObjectHelper.IterationConfig.ofNullableBooleans(boolean[] input) static <I,C extends IterableObjectHelper.IterationConfig<Byte, byte[], C>>
CIterableObjectHelper.IterationConfig.ofNullableBytes(byte[] input) static <I,C extends IterableObjectHelper.IterationConfig<Character, char[], C>>
CIterableObjectHelper.IterationConfig.ofNullableChars(char[] input) static <I,C extends IterableObjectHelper.IterationConfig<Double, double[], C>>
CIterableObjectHelper.IterationConfig.ofNullableDoubles(double[] input) static <I,C extends IterableObjectHelper.IterationConfig<Float, float[], C>>
CIterableObjectHelper.IterationConfig.ofNullableFloats(float[] input) static <I,C extends IterableObjectHelper.IterationConfig<Integer, int[], C>>
CIterableObjectHelper.IterationConfig.ofNullableInts(int[] input) static <I,C extends IterableObjectHelper.IterationConfig<Long, long[], C>>
CIterableObjectHelper.IterationConfig.ofNullableLongs(long[] input) Methods in org.burningwave.core.iterable with parameters of type IterableObjectHelper.IterationConfigModifier and TypeMethodDescription<I,IC> QueuedTaskExecutor.Task IterableObjectHelper.createIterateTask(IterableObjectHelper.IterationConfig<I, IC, ?> config) <I,IC> QueuedTaskExecutor.Task IterableObjectHelperImpl.createIterateTask(IterableObjectHelper.IterationConfig<I, IC, ?> config) <I,IC> void IterableObjectHelper.iterate(IterableObjectHelper.IterationConfig<I, IC, ?> config) <I,IC> void IterableObjectHelperImpl.iterate(IterableObjectHelper.IterationConfig<I, IC, ?> configuration)