Searched refs:Moo (Results 1 – 1 of 1) sorted by relevance
139 class Moo { in testSerializeCapturingInt() class145 Predicate<String> pred = new Moo().foo(3); in testSerializeCapturingInt()154 class Moo { in testSerializeCapturingString() class160 Predicate<String> pred = new Moo().foo("goo"); in testSerializeCapturingString()174 class Moo { in testSerializeCapturingNonSerializable() class180 Predicate<String> pred = new Moo().foo(new Box("goo")); in testSerializeCapturingNonSerializable()208 class Moo { in testUnboundMR() class214 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 …]