public final class Slot<T> extends Object
| Constructor and Description |
|---|
Slot() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Slot<T> |
create(Class<T> clazz) |
static <T> Slot<List<T>> |
createList(Class<T> clazz) |
static <T> Slot<Set<T>> |
createSet(Class<T> clazz) |
SlotRead<T> |
read() |
SlotWrite<T> |
write() |
Copyright © 2024 org.pitest. All rights reserved.