Uses of Interface
civitas.celestis.util.function.FloatBinaryOperator
Packages that use FloatBinaryOperator
-
Uses of FloatBinaryOperator in civitas.celestis.util.array
Methods in civitas.celestis.util.array with parameters of type FloatBinaryOperatorModifier and TypeMethodDescriptionFloatArray.merge(FloatArray a, FloatBinaryOperator f) Between this array and the provided arraya, this applies the merger functionfto each corresponding pair of elements, then returns a new array containing the return values of the merger functionf.FloatFastArray.merge(FloatArray a, FloatBinaryOperator f) Between this array and the provided arraya, this applies the merger functionfto each corresponding pair of elements, then returns a new array containing the return values of the merger functionf. -
Uses of FloatBinaryOperator in civitas.celestis.util.grid
Methods in civitas.celestis.util.grid with parameters of type FloatBinaryOperatorModifier and TypeMethodDescriptionFloatArrayGrid.merge(FloatGrid g, FloatBinaryOperator f) Between this grid and the provided gridg, this applies the merger functionffor each corresponding pair of elements, then returns a new grid whose elements are populated from that of the return values of the merger functionf.FloatGrid.merge(FloatGrid g, FloatBinaryOperator f) Between this grid and the provided gridg, this applies the merger functionffor each corresponding pair of elements, then returns a new grid whose elements are populated from that of the return values of the merger functionf.