T
- location in N-space; typically a RealLocalizable
or
Localizable
).public interface BinaryCompositeMaskPredicate<T> extends CompositeMaskPredicate<T>
CompositeMaskPredicate
with a binary operator and two operands.Modifier and Type | Method and Description |
---|---|
Predicate<? super T> |
arg0() |
Predicate<? super T> |
arg1() |
default Predicate<? super T> |
operand(int index) |
default List<Predicate<?>> |
operands()
Returns the list of operands, which were used to compute this Mask.
|
maskType, operator
and, boundaryType, equals, isAll, isEmpty, knownConstant, minus, negate, or, xor
numDimensions
default Predicate<? super T> operand(int index)
operand
in interface CompositeMaskPredicate<T>
default List<Predicate<?>> operands()
CompositeMaskPredicate
operands
in interface CompositeMaskPredicate<T>
Copyright © 2015–2022 ImgLib2. All rights reserved.