common: Annotate Stream.map() and .filter()
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 17 Mar 2016 10:40:45 +0000 (06:40 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 22 Mar 2016 19:01:42 +0000 (15:01 -0400)
Those common methods return (continue) a non-null stream.

Change-Id: Ic570291f15ce1be3274973ab45d6f65a93f244ef
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/68665
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
common/org.eclipse.tracecompass.common.core/annotations/java/util/stream/Stream.eea [new file with mode: 0644]

diff --git a/common/org.eclipse.tracecompass.common.core/annotations/java/util/stream/Stream.eea b/common/org.eclipse.tracecompass.common.core/annotations/java/util/stream/Stream.eea
new file mode 100644 (file)
index 0000000..2a761c1
--- /dev/null
@@ -0,0 +1,7 @@
+class java/util/stream/Stream
+filter
+ (Ljava/util/function/Predicate<-TT;>;)Ljava/util/stream/Stream<TT;>;
+ (Ljava/util/function/Predicate<-TT;>;)L1java/util/stream/Stream<TT;>;
+map
+ <R:Ljava/lang/Object;>(Ljava/util/function/Function<-TT;+TR;>;)Ljava/util/stream/Stream<TR;>;
+ <R:Ljava/lang/Object;>(Ljava/util/function/Function<-TT;+TR;>;)L1java/util/stream/Stream<TR;>;
This page took 0.02554 seconds and 5 git commands to generate.