public final class MutableSignal<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MutableSignal.Type |
Modifier and Type | Field and Description |
---|---|
java.lang.Throwable |
error |
MutableSignal.Type |
type |
T |
value |
Constructor and Description |
---|
MutableSignal() |
public MutableSignal.Type type
public T value
public java.lang.Throwable error