JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
org.javimmutable.collections.Proc0
Packages that use
Proc0
Package
Description
org.javimmutable.collections
Uses of
Proc0
in
org.javimmutable.collections
Methods in
org.javimmutable.collections
with parameters of type
Proc0
Modifier and Type
Method
Description
abstract
Maybe
<
T
>
Maybe.
apply
(
Proc0
absentAction)
Invokes absentAction if this is empty.
abstract
NotNull
<
T
>
NotNull.
apply
(
Proc0
absentAction)
Invokes absentAction if this is empty.