com.github.tonivade.purefun.Holder 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 Holder {
T get();
Holder flatten();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy