JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
arc.func
Interface ConsT<T,
E extends
Throwable
>
public interface
ConsT<T,
E extends
Throwable
>
A cons that throws something.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
get
(
T
t)
Method Details
get
void
get
(
T
t)
throws
E
Throws:
E
extends
Throwable