| Package | Description |
|---|---|
| org.cthul.matchers | |
| org.cthul.matchers.chain |
| Modifier and Type | Method and Description |
|---|---|
static ChainFactory |
CthulMatchers.all() |
static ChainFactory |
CthulMatchers.any() |
static ChainFactory |
CthulMatchers.none() |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainFactoryBase |
static class |
SomeOfChainMatcher.SomeOfChainFactory |
| Modifier and Type | Field and Description |
|---|---|
static ChainFactory |
XOrChainMatcher.FACTORY |
static ChainFactory |
OrChainMatcher.FACTORY |
static ChainFactory |
NOrChainMatcher.FACTORY |
static ChainFactory |
AndChainMatcher.FACTORY |
| Modifier and Type | Method and Description |
|---|---|
static ChainFactory |
AndChainMatcher.all() |
static ChainFactory |
OrChainMatcher.any() |
protected ChainFactory |
SomeOfChainMatcher.Builder.factory() |
protected ChainFactory |
OrChainMatcher.Builder.factory() |
protected ChainFactory |
NOrChainMatcher.Builder.factory() |
protected abstract ChainFactory |
ChainBuilderBase.factory() |
protected ChainFactory |
AndChainMatcher.Builder.factory() |
static ChainFactory |
NOrChainMatcher.none() |
protected ChainFactory |
OrChainMatcher.Builder.orFactory() |
protected ChainFactory |
OrChainMatcher.Builder.xorFactory() |
| Constructor and Description |
|---|
Builder(ChainFactory factory) |
Copyright © 2015. All rights reserved.