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
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
xyz.cofe.coll.im
Package
xyz.cofe.coll.im
Interface Fn1<A,
RES>
Type Parameters:
A
- аргумент функции
RES
- результат функции
All Superinterfaces:
Function
<A,
RES>
,
Serializable
public interface
Fn1<A,
RES>
extends
Serializable
,
Function
<A,
RES>
Функция с одним элементом
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
RES
apply
(
A
a)
Methods inherited from interface java.util.function.
Function
andThen
,
compose
Method Details
apply
RES
apply
(
A
a)
Specified by:
apply
in interface
Function
<
A
,
RES
>