Illya Kysil

Illya Kysil @ikysil

Location:
Larochette, Luxembourg
Joined:
Jun 9, 2018

Illya Kysil
articles - 4 total

Type Pattern Matching - CORBA Style

package io.github.ikysil.javaplayground.narrow; import java.util.List; import java.util.Optional;...

Learn More 0 0Jan 10 '21

Type Switch with Functional Java 8

When you want pattern matching for instanceOf (JEP 305, JEP 375) but Java 14 is too hot to handle...

Learn More 2 0May 6 '20

Implementing Fluent Builder with Functional Java 8

package playground; import java.util.ArrayList; import java.util.Arrays; import java.util.Collectio...

Learn More 0 0May 6 '20

Switching JVM on Ubuntu with Bash

Just add following to your .bash_aliases: alias resetjdkpath=' PATH=`echo $PATH | sed -Ee 's/[...

Learn More 7 0May 6 '20