We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e309b96 commit 6858464Copy full SHA for 6858464
CodenameOne/src/com/codename1/util/LazyValue.java
@@ -29,7 +29,6 @@
29
*
30
* @author Shai Almog
31
*/
32
-// tag::lazyValueInterface[]
33
public interface LazyValue<T> {
34
/**
35
* Returns the actual value
@@ -39,4 +38,3 @@ public interface LazyValue<T> {
39
38
40
T get(Object... args);
41
}
42
-// end::lazyValueInterface[]
0 commit comments