| Package | Description |
|---|---|
| com.speedment.runtime.core.stream.action |
The basic building blocks of the custom
Stream implementation are
located in this package. |
| Modifier and Type | Method and Description |
|---|---|
static Statement |
Statement.of(Verb verb,
Property propery) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Statement> |
BasicAction.statements() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Action.is(Statement statement) |
boolean |
Action.is(Statement firstStatement,
Statement... otherStatements) |
boolean |
Action.is(Statement firstStatement,
Statement... otherStatements) |
protected void |
Action.set(Statement statement) |
protected void |
Action.set(Statement firstStatement,
Statement... otherStatements) |
protected void |
Action.set(Statement firstStatement,
Statement... otherStatements) |
Copyright © 2019 Speedment, Inc.. All rights reserved.