public abstract class AbstractListValueCondition<T> extends Object implements VisitableCondition<T>
Modifier and Type | Field and Description |
---|---|
protected Collection<T> |
values |
protected UnaryOperator<Stream<T>> |
valueStreamTransformer |
Modifier | Constructor and Description |
---|---|
protected |
AbstractListValueCondition(Collection<T> values) |
protected |
AbstractListValueCondition(Collection<T> values,
UnaryOperator<Stream<T>> valueStreamTransformer) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(ConditionVisitor<T,R> visitor) |
<R> Stream<R> |
mapValues(Function<T,R> mapper) |
abstract String |
renderCondition(String columnName,
Stream<String> placeholders) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldRender
protected Collection<T> values
protected UnaryOperator<Stream<T>> valueStreamTransformer
protected AbstractListValueCondition(Collection<T> values)
protected AbstractListValueCondition(Collection<T> values, UnaryOperator<Stream<T>> valueStreamTransformer)
Copyright © 2016–2019 MyBatis.org. All rights reserved.