public class And extends KorypheBinaryOperator<Boolean>
And
is a KorypheBinaryOperator
which takes two Boolean
s and returns the result of applying
the logical AND operation on the inputs.Constructor and Description |
---|
And() |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
apply, equals, hashCode
maxBy, minBy
andThen
Copyright © 2021. All rights reserved.