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 Or<T extends Or<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
,
Nor
<T>,
OrNot
<T>,
Predicate0
,
Predicate1
<T1>,
Predicate2
<T1,T2>,
PredicateN
,
ShortPredicate1
,
Xnor
<T>,
Xor
<T>
All Known Implementing Classes:
PredicateN.Instance
public interface
Or<T extends Or<T>>
An object which can be unioned 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
Or
<
T
>
or
(
T
other)
Unions this object with another object to produce a combined result.
Method Detail
or
Or
<
T
> or(
T
other)
Unions this object with another object to produce a combined result. This is the equivalent of calling
A | B
or a logical
OR
.
Parameters:
other
- the unioned object
Returns:
a combined object that represents the union 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