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
codechicken.lib.util
Interface Boolean2ObjectFunction<R>
All Superinterfaces:
Function
<
Boolean
,
R>
public interface
Boolean2ObjectFunction<R>
extends
Function
<
Boolean
,
R>
Created by covers1624 on 3/17/20.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Deprecated Methods
Modifier and Type
Method
Description
R
apply
(boolean t)
default
R
apply
(
Boolean
t)
Deprecated.
Methods inherited from interface java.util.function.
Function
andThen
,
compose
Method Details
apply
R
apply
(boolean t)
apply
@Deprecated
default
R
apply
(
Boolean
t)
Deprecated.
Specified by:
apply
in interface
Function
<
Boolean
,
R
>