Package org.grpcmock.util
Class FunctionalHelpers
java.lang.Object
org.grpcmock.util.FunctionalHelpers
Utility class for functional programming helper methods
- Author:
- Fadelis
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Stream<T>reverseStream(List<T> list) Returns a reversed order stream from the provided list.
-
Method Details
-
reverseStream
Returns a reversed order stream from the provided list.
-