Uses of Interface
civitas.celestis.util.function.FloatPredicate
Packages that use FloatPredicate
-
Uses of FloatPredicate in civitas.celestis.util.array
Methods in civitas.celestis.util.array with parameters of type FloatPredicateModifier and TypeMethodDescriptiondefault FloatArrayFloatArray.filter(FloatPredicate f) Tests each element of this array using the provided predicatef, collects all elements the predicate returnstrueto, then returns a new array containing only the filtered elements.