Package it.tidalwave.util
Interface Initializer<T>
- All Known Implementing Classes:
Initializer.EmptyInitializer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Author:
- Fabrizio Giudici
- Status: draft API
-
Nested Class Summary
-
Method Summary
-
Method Details
-
initialize
- Parameters:
object
- an argument- Returns:
- the argument
-
empty
- Type Parameters:
T
- the static type- Returns:
- an empty initializer
- Since:
- 3.2-ALPHA-2
-