Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. BiConsumer<T,U>
  2.  
  3. BiFunction<T,U,R>
  4.  
  5. BinaryOperator<T>
  6.  
  7. BiPredicate<T,U>
  8.  
  9. BooleanSupplier
  10.  
  11. Consumer<T>
  12.  
  13. DoubleBinaryOperator
  14.  
  15. DoubleConsumer
  16.  
  17. DoubleFunction<R>
  18.  
  19. DoublePredicate
  20.  
  21. DoubleSupplier
  22.  
  23. DoubleToIntFunction
  24.  
  25. DoubleToLongFunction
  26.  
  27. DoubleUnaryOperator
  28.  
  29. Function<T,R>
  30.  
  31. IntBinaryOperator
  32.  
  33. IntConsumer
  34.  
  35. IntFunction<R>
  36.  
  37. IntPredicate
  38.  
  39. IntSupplier
  40.  
  41. IntToDoubleFunction
  42.  
  43. IntToLongFunction
  44.  
  45. IntUnaryOperator
  46.  
  47. LongBinaryOperator
  48.  
  49. LongConsumer
  50.  
  51. LongFunction<R>
  52.  
  53. LongPredicate
  54.  
  55. LongSupplier
  56.  
  57. LongToDoubleFunction
  58.  
  59. LongToIntFunction
  60.  
  61. LongUnaryOperator
  62.  
  63. ObjDoubleConsumer<T>
  64.  
  65. ObjIntConsumer<T>
  66.  
  67. ObjLongConsumer<T>
  68.  
  69. Predicate<T>
  70.  
  71. Supplier<T>
  72.  
  73. ToDoubleBiFunction<T,U>
  74.  
  75. ToDoubleFunction<T>
  76.  
  77. ToIntBiFunction<T,U>
  78.  
  79. ToIntFunction<T>
  80.  
  81. ToLongBiFunction<T,U>
  82.  
  83. ToLongFunction<T>
  84.  
  85. UnaryOperator<T>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement