JavaScript is disabled on your browser.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javolution.util.function

Interface Consumer<T>

  • Type Parameters:
    T - The type of input parameter to accept.
    All Known Subinterfaces:
    Reducer<E>


    public interface Consumer<T>

    A special type of function which does not return anything.

    Note: In future version this interface may derive from Function<P, Void>.

    Version:
    6.0, July 21, 2013
    Author:
    Jean-Marie Dautelle
    • Method Summary

      Methods
      Modifier and Type Method and Description
      void accept (T param)
      Accepts an input value.
    • Method Detail

      • accept

        void accept(T param)
        Accepts an input value.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2005-2013 Javolution. All Rights Reserved.

AltStyle によって変換されたページ (->オリジナル) /