JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.cloudforgeci.api.interfaces
BaseSlot
Contents
Description
Method Summary
Method Details
set(T)
get()
onSet(Consumer)
Hide sidebar
Show sidebar
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)