Interface UnaryOperator<T>


  • public interface UnaryOperator<T>
    • Method Detail

      • apply

        T apply​(T t)