public interface Mask extends MaskPredicate<Localizable>
MaskPredicate
for integral Localizable
. Results of
operations (and, or, negate
, etc) are also Mask
s.Modifier and Type | Method and Description |
---|---|
default Mask |
and(Predicate<? super Localizable> other) |
default Mask |
minus(Predicate<? super Localizable> other) |
default Mask |
negate() |
default Mask |
or(Predicate<? super Localizable> other) |
default Mask |
transform(Transform transformToSource) |
default Mask |
xor(Predicate<? super Localizable> other) |
boundaryType, equals, isAll, isEmpty, knownConstant, maskType
numDimensions
default Mask and(Predicate<? super Localizable> other)
and
in interface MaskPredicate<Localizable>
and
in interface Predicate<Localizable>
default Mask or(Predicate<? super Localizable> other)
or
in interface MaskPredicate<Localizable>
or
in interface Predicate<Localizable>
default Mask negate()
negate
in interface MaskPredicate<Localizable>
negate
in interface Predicate<Localizable>
default Mask minus(Predicate<? super Localizable> other)
minus
in interface MaskPredicate<Localizable>
default Mask xor(Predicate<? super Localizable> other)
xor
in interface MaskPredicate<Localizable>
Copyright © 2015–2022 ImgLib2. All rights reserved.