Interface Builder<T>


public interface Builder<T>
A utility interface used by BroadcastConfiguration to enable .with and .changing
  • Method Summary

    Modifier and Type
    Method
    Description
    op(T in)
     
  • Method Details

    • op

      T op(T in)