public final class BooleanSets
extends java.lang.Object
ImmutableBooleanSetFactory
.
This file was automatically generated from template file primitiveSets.stg.Modifier and Type | Field | Description |
---|---|---|
static ImmutableBooleanSetFactory |
immutable |
|
static MutableBooleanSetFactory |
mutable |
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) |
public static final ImmutableBooleanSetFactory immutable
public static final MutableBooleanSetFactory mutable
public static <A,B> LazyIterable<BooleanBooleanPair> cartesianProduct(BooleanSet set1, BooleanSet set2)
public static <A,B,C> LazyIterable<C> cartesianProduct(BooleanSet set1, BooleanSet set2, BooleanBooleanToObjectFunction<C> function)
Copyright © 2004–2018. All rights reserved.