Java java.util.function LongPredicate fields, constructors, methods, implement or subclass

Example usage for Java java.util.function LongPredicate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.function LongPredicate.

The text is from its open source code.

Method

LongPredicateand(LongPredicate other)
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
LongPredicatenegate()
Returns a predicate that represents the logical negation of this predicate.
LongPredicateor(LongPredicate other)
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
booleantest(long value)
Evaluates this predicate on the given argument.