| パッケージ | 説明 |
|---|---|
| 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<? super OBJ> consumer) |
OptionalThingIfPresentAfter |
OptionalEntity.ifPresent(OptionalThingConsumer<? super ENTITY> entityLambda)
Handle the wrapped entity if it is present.
|
OptionalThingIfPresentAfter |
OptionalObject.ifPresent(OptionalThingConsumer<? super OBJ> oneArgLambda)
Handle the wrapped thing if it is present.
|
OptionalThingIfPresentAfter |
OptionalScalar.ifPresent(OptionalThingConsumer<? super SCALAR> oneArgLambda)
Handle the wrapped thing if it is present.
|
OptionalThingIfPresentAfter |
OptionalThing.ifPresent(OptionalThingConsumer<? super THING> oneArgLambda)
Handle the wrapped thing if it is present.
|
Copyright © 2014–2021 The DBFlute Project. All rights reserved.