Home
last modified time | relevance | path

Searched refs:Moo (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
DSerializedLambdaTest.java139 class Moo { in testSerializeCapturingInt() class
145 Predicate<String> pred = new Moo().foo(3); in testSerializeCapturingInt()
154 class Moo { in testSerializeCapturingString() class
160 Predicate<String> pred = new Moo().foo("goo"); in testSerializeCapturingString()
174 class Moo { in testSerializeCapturingNonSerializable() class
180 Predicate<String> pred = new Moo().foo(new Box("goo")); in testSerializeCapturingNonSerializable()
208 class Moo { in testUnboundMR() class
214 BiPredicate<Moo, String> mh1 = (BiPredicate<Moo, String> & Serializable) Moo::startsWithB; in testUnboundMR()
215 Consumer<BiPredicate<Moo, String>> b = p -> { in testUnboundMR()
217 assertTrue(p.test(new Moo(), "barf")); in testUnboundMR()
[all …]