Package io.deephaven.function
package io.deephaven.function
-
ClassDescriptionBasic functions that can be applied to primitive types.Functions for performing binary searches.Algorithm used to resolve ties when performing a binary search.Functions for casting between types.Cast can not preserve the value.Logic functions.A set of commonly used numeric functions that can be applied to numeric types.Functions for parsing strings to primitive values.Functions for the generation random numbers.Functions for sorting primitive types.A
boolean
function.Abyte
function.Achar
function.Adouble
function.Afloat
function.Anint
function.Along
function.ToObjectFunction<T,R> An object function.A function interface that allows for differentiation of primitive return types.Ashort
function.A common function interface that allows for differentiation based on the return type.