All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zodiac.sdk.nio.channeling.WhenSocketChannel Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.sdk.nio.channeling;

import java.nio.channels.SocketChannel;
import java.util.function.Predicate;

public interface WhenSocketChannel extends Predicate {
    @Override
    boolean test(SocketChannel socketChannel);
//     = d -> i -> s -> {
//        System.out.println("" + d+ ";" + i+ ";" + s);
//    };
//f.apply(1.0).apply(2).accept("s");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy