public class Or extends java.lang.Object implements IterableBooleanConversion
IterableBooleanConversion
that performs a logical OR over all the elements of the iterable.Constructor and Description |
---|
Or() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
apply(java.lang.Iterable<java.lang.Boolean> booleanList)
Has to implement the conversion logic to convert the given object into an object of type R.
|
java.lang.String |
toString() |
public java.lang.Boolean apply(java.lang.Iterable<java.lang.Boolean> booleanList)
Conversion
apply
in interface java.util.function.Function<java.lang.Iterable<java.lang.Boolean>,java.lang.Boolean>
apply
in interface Conversion<java.lang.Iterable<java.lang.Boolean>,java.lang.Boolean>
booleanList
- the object to convertpublic java.lang.String toString()
toString
in class java.lang.Object