You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Java/CesiumLanguageWriter/translatedSrc/cesiumlanguagewriter/advanced/CesiumWriterAdaptorWriteCallback.java
Copy file name to clipboardexpand all lines: Java/CesiumLanguageWriter/translatedSrc/cesiumlanguagewriter/advanced/CesiumWriterAdaptorWriteDeleteCallback.java
+38
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,34 @@ public static <TWrappedWriter extends ICesiumPropertyWriter> CesiumWriterAdaptor
80
80
returnnewFunctionImpl<TWrappedWriter>(f);
81
81
}
82
82
83
+
/**
84
+
* Create a delegate for the given interface. This can be used to create a delegate from a method reference to an instance method.
85
+
* @param f The function which will be invoked.
86
+
* @param targetObject The class instance on which the delegate will invoke the method.
87
+
* @param methodName The name of the instance method.
88
+
* @param methodParameterClasses The type of the parameters of the instance method.
89
+
* @return A new delegate that will invoke the given function.
Copy file name to clipboardexpand all lines: Java/CesiumLanguageWriter/translatedSrc/cesiumlanguagewriter/advanced/CesiumWriterAdaptorWriteSamplesCallback.java
0 commit comments