MCPcopy Create free account
hub / github.com/diffplug/goomph / ofList

Method ofList

src/main/java/com/diffplug/gradle/Lazyable.java:67–70  ·  view source on GitHub ↗

Returns a Lazyable wrapper around a list.

()

Source from the content-addressed store, hash-verified

65
66 /** Returns a Lazyable wrapper around a list. */
67 @SuppressWarnings("unchecked")
68 public static <T> Lazyable<List<T>> ofList() {
69 return (Lazyable<List<T>>) (Object) ofArrayList();
70 }
71
72 /** Returns a Lazyable wrapper around an ArrayList. */
73 public static <T> Lazyable<ArrayList<T>> ofArrayList() {

Callers 2

doTestMethod · 0.95
OomphIdeExtensionClass · 0.95

Calls 1

ofArrayListMethod · 0.95

Tested by 1

doTestMethod · 0.76