Beispiel #1
0
 public PairAndMonoid <A, X> Second <X>(Func <B, X> f)
 {
     return(new PairAndMonoid <A, X>(pair.Second(f), m));
 }
Beispiel #2
0
 public PairAndSemigroup <A, X> Second <X>(Func <B, X> f) => new PairAndSemigroup <A, X>(pair.Second(f), s);
Beispiel #3
0
 public PairAndSemigroup <A, X> Second <X>(Func <B, X> f)
 {
     return(new PairAndSemigroup <A, X>(pair.Second(f), s));
 }
Beispiel #4
0
 public PairAndMonoid <A, X> Second <X>(Func <B, X> f) => new PairAndMonoid <A, X>(pair.Second(f), m);