Uses of Interface
org.apache.commons.geometry.core.internal.DoubleFunction1N
-
Packages that use DoubleFunction1N Package Description org.apache.commons.geometry.core.internal This package contains utilities intended for internal use only. -
-
Uses of DoubleFunction1N in org.apache.commons.geometry.core.internal
Methods in org.apache.commons.geometry.core.internal with parameters of type DoubleFunction1N Modifier and Type Method Description <T> T
SimpleTupleFormat. parse(java.lang.String str, DoubleFunction1N<T> fn)
Parse the given string as a 1-tuple and passes the tuple values to the given function.
-