JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
one.xingyi.optics.annotations.interfaces
Interface BiConsumerWithException<From1,
From2>
public interface
BiConsumerWithException<From1,
From2>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
From1
from1,
From2
from2)
Method Details
accept
void
accept
(
From1
from1,
From2
from2)
throws
Exception
Throws:
Exception