Package com.mongodb
Interface Block<T>
- 
- Type Parameters:
 T- the value type
@Deprecated(since="2021-05-27") public interface Block<T>Deprecated.Usage of this API is not supported in AEM as a Cloud Service.An interface for applying some logic against the given parameter.- Since:
 - 3.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidapply(T t)Deprecated.Apply some logic to the value. 
 - 
 
- 
- 
Method Detail
- 
apply
void apply(T t)
Deprecated.Apply some logic to the value.- Parameters:
 t- the value to apply to
 
 - 
 
 -