Package | Description |
---|---|
eu.bandm.sig.adlib |
Modifier and Type | Method and Description |
---|---|
static IntBinaryOperator |
IntBinaryOperator.affine(int a) |
static IntBinaryOperator |
IntBinaryOperator.convex(int a) |
static IntBinaryOperator |
IntBinaryOperator.linear(int a,
int b) |
static IntBinaryOperator |
IntBinaryOperator.max() |
static IntBinaryOperator |
IntBinaryOperator.min() |
static IntBinaryOperator |
IntBinaryOperator.product() |
static IntBinaryOperator |
IntBinaryOperator.sum() |
Modifier and Type | Method and Description |
---|---|
default IntSignalSource |
IntSignalSource.zipWith(IntBinaryOperator op,
IntSignalSource other) |