Interface Processor<T>

All Known Implementing Classes:
Secret

public interface Processor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    <R> R
    map(Function<T,R> mapping)
     
    void
    process(Consumer<T> action)