JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ch.tocco.nice2.toolbox.api.util
Closure
Contents
Description
Method Summary
Method Details
call(ARG)
Hide sidebar
Show sidebar
Interface Closure<
RETURN
,
ARG
>
@Deprecated
public interface
Closure<RETURN,
ARG>
Deprecated.
Replace this with
Function
Call something in another context.
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
RETURN
call
(
ARG
arg)
Deprecated.
Method Details
call
RETURN
call
(
ARG
arg)
Deprecated.
Function