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
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
ch.tocco.nice2.toolbox.api.util
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