JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.ashwork.functionality.predicate.partial
Interface And<T extends And<T>>
Type Parameters:
T
- the type of this object
All Known Subinterfaces:
AbstractBooleanPredicate1
<P>,
AbstractBytePredicate1
<P>,
AbstractCharPredicate1
<P>,
AbstractDoublePredicate1
<P>,
AbstractFloatPredicate1
<P>,
AbstractIntPredicate1
<P>,
AbstractLongPredicate1
<P>,
AbstractPredicate0
<P>,
AbstractPredicate1
<T1,P>,
AbstractPredicate2
<T1,T2,P>,
AbstractPredicateN
<P>,
AbstractShortPredicate1
<P>,
BooleanPredicate1
,
BytePredicate1
,
CharPredicate1
,
DoublePredicate1
,
FloatPredicate1
,
IntPredicate1
,
LogicalOperator
<T>,
LongPredicate1
,
Nand
<T>,
Predicate0
,
Predicate1
<T1>,
Predicate2
<T1,T2>,
PredicateN
,
ShortPredicate1
,
Sub
<T>,
Xnor
<T>,
Xor
<T>
All Known Implementing Classes:
PredicateN.Instance
public interface
And<T extends And<T>>
An object which can be intersected with another object to produce a combined result.
Since:
1.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
And
<
T
>
and
(
T
other)
Intersects this object with another object to produce a combined result.
Method Detail
and
And
<
T
> and(
T
other)
Intersects this object with another object to produce a combined result. This is the equivalent of calling
A & B
or a logical
AND
.
Parameters:
other
- the intersected object
Returns:
a combined object that represents the intersection of this object and the
other
object
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method