| パッケージ | 説明 |
|---|---|
| org.dbflute.cbean | |
| org.dbflute.optional |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractConditionQuery.lockCall(IndependentProcessor noArgInLambda) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
BaseOptional.callbackIfPresentOrElse(OptionalThingConsumer<? super OBJ> presentAction,
IndependentProcessor emptyAction) |
void |
OptionalEntity.ifPresentOrElse(OptionalThingConsumer<? super ENTITY> entityLambda,
IndependentProcessor noArgLambda)
Handle the wrapped thing if it is both present and empty.
|
void |
OptionalObject.ifPresentOrElse(OptionalThingConsumer<? super OBJ> oneArgLambda,
IndependentProcessor noArgLambda)
Handle the wrapped thing if it is both present and empty.
|
void |
OptionalScalar.ifPresentOrElse(OptionalThingConsumer<? super SCALAR> oneArgLambda,
IndependentProcessor noArgLambda)
Handle the wrapped thing if it is both present and empty.
|
void |
OptionalThing.ifPresentOrElse(OptionalThingConsumer<? super THING> oneArgLambda,
IndependentProcessor noArgLambda)
Handle the wrapped thing if it is both present and empty.
|
Copyright © 2014–2021 The DBFlute Project. All rights reserved.