| パッケージ | 説明 |
|---|---|
| org.dbflute.optional |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected static OptionalThingIfPresentAfter |
BaseOptional.IF_PRESENT_AFTER_EMPTY |
protected static OptionalThingIfPresentAfter |
BaseOptional.IF_PRESENT_AFTER_NONE_FIRE |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.