public abstract class AbstractListValueCondition<T> extends Object implements VisitableCondition<T>
Modifier and Type | Field and Description |
---|---|
protected List<T> |
values |
protected UnaryOperator<Stream<T>> |
valueStreamOperations |
Modifier | Constructor and Description |
---|---|
protected |
AbstractListValueCondition(List<T> values) |
protected |
AbstractListValueCondition(List<T> values,
UnaryOperator<Stream<T>> valueStreamOperations) |
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 UnaryOperator<Stream<T>> valueStreamOperations
protected AbstractListValueCondition(List<T> values, UnaryOperator<Stream<T>> valueStreamOperations)
Copyright © 2016–2019 MyBatis.org. All rights reserved.