Skip to content

Commit

Permalink
리뷰 사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodlesOnMyFood committed Apr 24, 2024
1 parent 2e90aff commit 980de75
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import com.linecorp.kotlinjdsl.query.spec.predicate.EqualValueSpec
import com.linecorp.kotlinjdsl.query.spec.predicate.InValueSpec
import com.linecorp.kotlinjdsl.query.spec.predicate.PredicateSpec

class DslConfig

fun <R> ExpressionSpec<R>.inValues(values: Collection<R>): PredicateSpec {
if (values.isEmpty()) {
// values가 없으면 항상 false이도록
Expand Down

0 comments on commit 980de75

Please sign in to comment.