| パッケージ | 説明 |
|---|---|
| org.dbflute.optional |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected OBJ |
BaseOptional.directlyGetOrElseGet(OptionalThingSupplier<OBJ> supplier) |
protected <CAUSE extends Throwable> |
BaseOptional.directlyGetOrElseThrow(OptionalThingSupplier<? extends CAUSE> supplier) |
ENTITY |
OptionalEntity.orElseGet(OptionalThingSupplier<ENTITY> noArgLambda)
Get the thing or get from the supplier.
|
OBJ |
OptionalObject.orElseGet(OptionalThingSupplier<OBJ> noArgLambda)
Get the thing or get from the supplier.
|
SCALAR |
OptionalScalar.orElseGet(OptionalThingSupplier<SCALAR> noArgLambda)
Get the thing or get from the supplier.
|
THING |
OptionalThing.orElseGet(OptionalThingSupplier<THING> noArgLambda)
Get the thing or get from the supplier.
|
<CAUSE extends Throwable> |
OptionalThing.orElseThrow(OptionalThingSupplier<? extends CAUSE> noArgLambda)
Get the thing or throw the exception.
|
<CAUSE extends Throwable> |
OptionalScalar.orElseThrow(OptionalThingSupplier<? extends CAUSE> noArgLambda)
Get the thing or throw the exception.
|
<CAUSE extends Throwable> |
OptionalObject.orElseThrow(OptionalThingSupplier<? extends CAUSE> noArgLambda)
Get the thing or throw the exception.
|
<CAUSE extends Throwable> |
OptionalEntity.orElseThrow(OptionalThingSupplier<? extends CAUSE> noArgLambda)
Get the thing or throw the exception.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.