Uses of Interface
civitas.celestis.util.function.ToFloatFunction
Packages that use ToFloatFunction
Package
Description
-
Uses of ToFloatFunction in civitas.celestis.util.array
Methods in civitas.celestis.util.array with parameters of type ToFloatFunctionModifier and TypeMethodDescriptionAtomicArray.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this array, then returns a new float array containing the return values of the functionf.FastArray.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this array, then returns a new float array containing the return values of the functionf.SafeArray.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this array, then returns a new float array containing the return values of the functionf.SyncArray.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this array, then returns a new float array containing the return values of the functionf. -
Uses of ToFloatFunction in civitas.celestis.util.grid
Methods in civitas.celestis.util.grid with parameters of type ToFloatFunctionModifier and TypeMethodDescriptionArrayGrid.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto every element of this grid, then returns a new float grid whose values are populated from that of the provided function's return values.AtomicGrid.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto every element of this grid, then returns a new float grid whose values are populated from that of the provided function's return values.Grid.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto every element of this grid, then returns a new float grid whose values are populated from that of the provided function's return values.HashGrid.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto every element of this grid, then returns a new float grid whose values are populated from that of the provided function's return values.SyncGrid.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto every element of this grid, then returns a new float grid whose values are populated from that of the provided function's return values. -
Uses of ToFloatFunction in civitas.celestis.util.tuple
Methods in civitas.celestis.util.tuple with parameters of type ToFloatFunctionModifier and TypeMethodDescriptionArrayTuple.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object1.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object2.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object3.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Object4.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.Tuple.mapToFloat(ToFloatFunction<? super E> f) Applies the provided mapper functionfto each element of this tuple, then returns a new tuple containing the return values of the functionf.