public final class MutableSignal<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MutableSignal.Type |
Modifier and Type | Field and Description |
---|---|
Throwable |
error |
MutableSignal.Type |
type |
T |
value |
Constructor and Description |
---|
MutableSignal() |
public MutableSignal.Type type
public T value
public Throwable error
Copyright © 2017. All rights reserved.