@Value.Immutable
public interface NamedTypeAndState<T>
| Modifier and Type | Method and Description |
|---|---|
default NamedTypeAndValue<T> |
asTypeAndValue() |
static <T> NamedTypeAndState<T> |
of(NamedType<T> type,
State<T> state) |
State<T> |
state() |
NamedType<T> |
type() |
@Value.Auxiliary default NamedTypeAndValue<T> asTypeAndValue()
static <T> NamedTypeAndState<T> of(NamedType<T> type, State<T> state)
Copyright © 2017. All rights reserved.