public static interface Domain.Value.Boolean
bool value which has only two
concrete instantiations (true and false).| Modifier and Type | Method and Description |
|---|---|
Domain.Value.Boolean |
and(Domain.Value.Boolean b) |
Domain.Value.Boolean |
or(Domain.Value.Boolean b) |
Domain.Value.Boolean and(Domain.Value.Boolean b)
Domain.Value.Boolean or(Domain.Value.Boolean b)
Copyright © 2017. All rights reserved.