JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.cloudforgeci.api.interfaces
Interface BaseSlot<T>
All Known Implementing Classes:
Slot
public interface
BaseSlot<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
T
>
get
()
void
onSet
(
Consumer
<
T
> c)
void
set
(
T
v)
Method Details
set
void
set
(
T
v)
get
Optional
<
T
>
get
()
onSet
void
onSet
(
Consumer
<
T
> c)