Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
DSerializedLambdaTest.java111 interface SerPredicate<T> extends Predicate<T>, Serializable { } interface in SerializedLambdaTest
115 SerPredicate<String> serPred = (SerPredicate<String>) s -> true; in testSimpleSerializedInstantiation2()
120 assertTrue(p instanceof SerPredicate); in testSimpleSerializedInstantiation2()
196 Predicate<String> mh2 = (SerPredicate<String>) SerializedLambdaTest::startsWithA; in testStaticMR()
234 Predicate<String> mh2 = (SerPredicate<String>) moo::startsWithB; in testBoundMRNotSerReceiver()
257 Predicate<String> mh2 = (SerPredicate<String>) moo::startsWithB; in testBoundMR()
325 … "test", MethodType.methodType(SerPredicate.class), in testDirectStdSer()
327 assertNotSerial((SerPredicate<String>) cs.getTarget().invokeExact(), fooAsserter); in testDirectStdSer()
347 … "test", MethodType.methodType(SerPredicate.class), in testAltStdSer()
349 assertNotSerial((SerPredicate<String>) cs.getTarget().invokeExact(), fooAsserter); in testAltStdSer()