Interface UnaryOperator<T>

All Superinterfaces:
Function<T,T>

public interface UnaryOperator<T> extends Function<T,T>
  • Method Summary

    Methods inherited from interface Function

    apply