public static final class TreeStep.TreeBiOperator extends Object implements BinaryOperator<Tree>, Serializable
Constructor and Description |
---|
TreeBiOperator() |
Modifier and Type | Method and Description |
---|---|
Tree |
apply(Tree mutatingSeed,
Tree tree) |
static TreeStep.TreeBiOperator |
instance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
maxBy, minBy
andThen
public Tree apply(Tree mutatingSeed, Tree tree)
apply
in interface BiFunction<Tree,Tree,Tree>
public static final TreeStep.TreeBiOperator instance()
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.