Class BooleanSets
java.lang.Object
org.eclipse.collections.impl.factory.primitive.BooleanSets
public final class BooleanSets extends Object
BooleanSets is a static utility for creating
ImmutableBooleanSetFactory.
This file was automatically generated from template file primitiveSets.stg.- Since:
- 3.2.
-
Field Summary
Fields Modifier and Type Field Description static ImmutableBooleanSetFactoryimmutablestatic MutableBooleanSetFactorymutable -
Method Summary
Modifier and Type Method Description static <A, B> LazyIterable<BooleanBooleanPair>cartesianProduct(BooleanSet set1, BooleanSet set2)static <A, B, C> LazyIterable<C>cartesianProduct(BooleanSet set1, BooleanSet set2, BooleanBooleanToObjectFunction<C> function)
-
Field Details
-
Method Details
-
cartesianProduct
public static <A, B> LazyIterable<BooleanBooleanPair> cartesianProduct(BooleanSet set1, BooleanSet set2)- Since:
- 9.0
-
cartesianProduct
public static <A, B, C> LazyIterable<C> cartesianProduct(BooleanSet set1, BooleanSet set2, BooleanBooleanToObjectFunction<C> function)- Since:
- 9.0
-