public class PositiveOrZero extends Object implements Function<DoubleArray,Boolean>
DoubleArray to Boolean that returns true
iff all the elements of x are positive or zero.| Constructor and Description |
|---|
PositiveOrZero() |
public Boolean apply(DoubleArray x)
apply in interface Function<DoubleArray,Boolean>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.