Searched defs:copyWithExtendL (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DSimpleMethodHandle.java66 /*non-public*/ final BoundMethodHandle copyWithExtendL(MethodType mt, LambdaForm lf, Object narg) { method in class:SimpleMethodHandle
H A DBoundMethodHandle.java201 /*non-public*/ abstract BoundMethodHandle copyWithExtendL(MethodType mt, LambdaForm lf, Object narg); method in class:BoundMethodHandle
235 /*non-public*/ final BoundMethodHandle copyWithExtendL(MethodType mt, LambdaForm lf, Object narg) { method in class:BoundMethodHandle.Species_L

Completed in 42 milliseconds