Uses of Enum Class
org.kiwiproject.collect.KiwiStreams.StreamMode
Packages that use KiwiStreams.StreamMode
-
Uses of KiwiStreams.StreamMode in org.kiwiproject.collect
Methods in org.kiwiproject.collect that return KiwiStreams.StreamModeModifier and TypeMethodDescriptionstatic KiwiStreams.StreamModeReturns the enum constant of this class with the specified name.static KiwiStreams.StreamMode[]KiwiStreams.StreamMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.collect with parameters of type KiwiStreams.StreamModeModifier and TypeMethodDescriptionstatic <T> Stream<T>KiwiStreams.stream(Collection<T> collection, KiwiStreams.StreamMode mode)