JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Infinispan 15.2.0.Final
org.infinispan.commons.dataconversion.internal
Json
Function
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
apply(T)
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