abstract struct Monads::Functor(T)

Direct Known Subclasses

Defined in:

monads/functor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

abstract def fmap(lambda : T -> U) #

[View source]
def fmap(&block : T -> U) forall U #

[View source]
def initialize #

[View source]