JavaScript is disabled on your browser.
Skip navigation links
BandM metatools
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
eu.bandm.tools.ops
Interface PairSink<A,
B>
@Deprecated
public interface
PairSink<A,
B>
Deprecated.
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
void
left
(
A
a)
Deprecated.
void
pair
(
A
a,
B
b)
Deprecated.
void
right
(
B
b)
Deprecated.
Method Details
left
void
left
(
A
a)
Deprecated.
right
void
right
(
B
b)
Deprecated.
pair
void
pair
(
A
a,
B
b)
Deprecated.