com.github.tonivade.purefun.FlatMap2 Maven / Gradle / Ivy
/*
* Copyright (c) 2018-2019, Antonio Gabriel Muñoz Conejo
* Distributed under the terms of the MIT License
*/
package com.github.tonivade.purefun;
public interface FlatMap2 extends Higher2, Mappable, B> {
FlatMap2 flatMap(Function1> map);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy