A
- the value type of the signal@FunctionalInterface public interface SignalSource<A> extends Supplier<A>
get()
.Modifier and Type | Interface and Description |
---|---|
static class |
SignalSource.AddOperator |
static class |
SignalSource.CompilableBinaryOperator |
static class |
SignalSource.Constant<A> |
static class |
SignalSource.DivOperator |
static class |
SignalSource.MultOperator |
static class |
SignalSource.SubOperator |
Modifier and Type | Method and Description |
---|---|
static <A> SignalSource<A> |
constant(A value) |
A |
get() |
static <A> SignalSource<A> constant(A value)