Interface Functional.FunctionalFor<I,R>

All Known Implementing Classes:
Functional.FunctionalForImpl
Enclosing class:
Functional

public static interface Functional.FunctionalFor<I,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    _do(BiFunction<I,R,R> function)
     
    _do(Consumer<I> consumer)