toggle menu
moonlight
1.0-SNAPSHOT
jvm
switch theme
search in API
engine
/
io.github.moonlightsuite.moonlight.core.algorithms
/
SpatialAlgorithms
/
unaryOperation
unary
Operation
public
IntFunction
<
R
>
unaryOperation
(
Box
<
Integer
>
range
,
IntFunction
<
IntPredicate
>
filter
,
BinaryOperator
<
R
>
domainOp
,
R
identity
,
R
bound
,
IntFunction
<
R
>
spatialSignal
)