| パッケージ | 説明 |
|---|---|
| org.dbflute.optional |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected OptionalThing<OBJ> |
BaseOptional.callbackFilter(OptionalThingPredicate<OBJ> mapper) |
OptionalEntity<ENTITY> |
OptionalEntity.filter(OptionalThingPredicate<ENTITY> entityLambda)
Filter the entity by the predicate.
|
OptionalObject<OBJ> |
OptionalObject.filter(OptionalThingPredicate<OBJ> oneArgLambda)
Filter the thing by the predicate.
|
OptionalScalar<SCALAR> |
OptionalScalar.filter(OptionalThingPredicate<SCALAR> oneArgLambda)
Filter the thing by the predicate.
|
OptionalThing<THING> |
OptionalThing.filter(OptionalThingPredicate<THING> oneArgLambda)
Filter the thing by the predicate.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.