Interface SignalLengthGetter<T>
- Type Parameters:
T
- the type of the signal
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that accepts one signal and produces the length of the signal.
-
Method Summary
-
Method Details
-
length
Returns the length ofobj
.
-