public class From
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Item> |
items |
Source |
source |
| Constructor and Description |
|---|
From(java.util.List<Item> items,
Source source) |
| Modifier and Type | Method and Description |
|---|---|
static From |
newFrom(java.util.List<Item> items,
Source source) |