Uses of Interface
org.apache.commons.geometry.core.internal.DoubleFunction1N
Packages that use DoubleFunction1N
Package
Description
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 DoubleFunction1NModifier and TypeMethodDescription<T> T
SimpleTupleFormat.parse
(String str, DoubleFunction1N<T> fn) Parse the given string as a 1-tuple and passes the tuple values to the given function.