Package com.amazonaws.ivs.broadcast
Interface TypedLambda<T>
- 
 public interface TypedLambda<T>A utility interface used byBroadcastSessionfor device change callbacks
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidop(T in)
 
- 
- 
- 
Method Detail- 
opvoid op(T in) 
 
- 
 
-