| Modifier and Type | Method and Description |
|---|---|
<T> T |
get()
Obtain the output as inferred type.
|
<T> T |
item(int index)
Obtain an item by
index from the underlying output List. |
<T> List<T> |
list()
Obtain the output as
List. |
<K,V> Map<K,V> |
map()
Obtain the output as
Map. |
public <T> T get()
T - public <T> T item(int index)
index from the underlying output List.T - index - Copyright © 2024 lettuce.io. All rights reserved.