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