Module odo.core

Interface Monad<T>


public interface Monad<T>
  • Method Summary

    Modifier and Type Method Description
    <K> K map​(Function<T,​K> handler)  
  • Method Details

    • map

      <K> K map​(Function<T,​K> handler)