| パッケージ | 説明 |
|---|---|
| org.dbflute.optional |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
OptionalEntity.alwaysPresent(OptionalThingConsumer<? super ENTITY> entityLambda)
Handle the entity in the optional object or exception if not present.
|
void |
OptionalObject.alwaysPresent(OptionalThingConsumer<? super OBJ> oneArgLambda)
Handle the thing in the optional thing or (detail message) exception if not present.
|
void |
OptionalScalar.alwaysPresent(OptionalThingConsumer<? super SCALAR> oneArgLambda)
Handle the thing in the optional thing or (detail message) exception if not present.
|
void |
OptionalThing.alwaysPresent(OptionalThingConsumer<? super THING> oneArgLambda)
Handle the thing in the optional thing or (detail message) exception if not present.
|
protected void |
BaseOptional.callbackAlwaysPresent(OptionalThingConsumer<? super OBJ> objLambda) |
protected OptionalThingIfPresentAfter |
BaseOptional.callbackIfPresent(OptionalThingConsumer<? super OBJ> consumer) |
protected void |
BaseOptional.callbackIfPresentOrElse(OptionalThingConsumer<? super OBJ> presentAction,
IndependentProcessor emptyAction) |
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.
|
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.