JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
net.thevpc.hl.lang
Package
net.hl.lang
Interface Branch<C,
R>
All Known Subinterfaces:
BooleanBranch
<R>
public interface
Branch<C,
R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Supplier
<
C
>
condition
()
Supplier
<
R
>
result
()
Method Details
condition
Supplier
<
C
>
condition
()
result
Supplier
<
R
>
result
()