JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
tools.refinery.logic.term.operators
And
Contents
Description
Method Summary
Method Details
and(T)
Hide sidebar
Show sidebar
Interface And<
T extends And<T>
>
All Known Implementing Classes:
TruthValue
public interface
And<T extends And<T>>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
and
(
T
other)
Method Details
and
T
and
(
T
other)