forEach

inline fun ObservableFloatArray.forEach(action: (Float) -> Unit)
inline fun ObservableIntegerArray.forEach(action: (Int) -> Unit)

Performs the given action on each element.

See also