JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Infinispan 16.0.2
org.infinispan.commons.dataconversion.internal
Json
Function
Contents
Description
Method Summary
Method Details
apply(T)
Hide sidebar
Show sidebar
Interface Json.Function<
T
,
R
>
Enclosing class:
Json
public static interface
Json.Function<T,
R>
Version:
1.4.2
Author:
Borislav Iordanov
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
T
t)
Applies this function to the given argument.
Method Details
apply
R
apply
(
T
t)
Applies this function to the given argument.
Parameters:
t
- the function argument
Returns:
the function result