```interface Client { fun isTo1Hz(from : Input...
# announcements
x
Copy code
interface Client {
    fun isTo1Hz(from : InputStream,  cb: Consumer<Int> = {  i : Int -> } ) : List<List<EngDataStructure>>
}
is telling me that's not a consumer...