Module kivakit.interfaces
Package com.telenav.kivakit.interfaces.code
package com.telenav.kivakit.interfaces.code
-
ClassDescriptionCallback<Value>A simple callback interface.Code<Value>Code that can be executed, returning a value, as opposed to
Runnable
which does not return a value.FilteredLoopBody<Value extends IntegerNumeric<Value>>A piece of code that can be executed in a loop, and can filter out values.Used by forEach() to determine which values should be counted, and which should not.LoopBody<Value extends IntegerNumeric<Value>>A piece of code that can be executed in a loop.Quick hack to debug code to see how often it is being executed.