| パッケージ | 説明 |
|---|---|
| org.dbflute.optional |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
OptionalEntity.alwaysPresent(OptionalThingConsumer<ENTITY> entityLambda)
Handle the entity in the optional object or exception if not present.
|
void |
OptionalObject.alwaysPresent(OptionalThingConsumer<OBJ> oneArgLambda)
Handle the thing in the optional thing or exception if not present.
|
void |
OptionalScalar.alwaysPresent(OptionalThingConsumer<SCALAR> oneArgLambda)
Handle the thing in the optional thing or exception if not present.
|
void |
OptionalThing.alwaysPresent(OptionalThingConsumer<THING> oneArgLambda)
Handle the thing in the optional thing or exception if not present.
|
protected void |
BaseOptional.callbackAlwaysPresent(OptionalThingConsumer<OBJ> objLambda) |
protected OptionalThingIfPresentAfter |
BaseOptional.callbackIfPresent(OptionalThingConsumer<OBJ> consumer) |
OptionalThingIfPresentAfter |
OptionalEntity.ifPresent(OptionalThingConsumer<ENTITY> entityLambda)
Handle the wrapped entity if it is present.
|
OptionalThingIfPresentAfter |
OptionalObject.ifPresent(OptionalThingConsumer<OBJ> oneArgLambda)
Handle the wrapped thing if it is present.
|
OptionalThingIfPresentAfter |
OptionalScalar.ifPresent(OptionalThingConsumer<SCALAR> oneArgLambda)
Handle the wrapped thing if it is present.
|
OptionalThingIfPresentAfter |
OptionalThing.ifPresent(OptionalThingConsumer<THING> oneArgLambda)
Handle the wrapped thing if it is present.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.