Skip to content
View hdi10's full-sized avatar

Block or report hdi10

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CountRandomTapApp CountRandomTapApp Public

    CountRandomEvent

    Java

  2. testing-samples testing-samples Public

    Forked from android/testing-samples

    A collection of samples demonstrating different frameworks and techniques for automated testing

    Java

  3. terminal_operations_streams terminal_operations_streams
    1
    /**
    2
    *Operation auf alle Objekte anwenden:
    3
    **/
    4
    public void forEach(Consumer<T> c);
    5
    
                  
  4. howToStream howToStream
    1
    List<String> myList =
    2
    	Arrays.asList("a1","a2","b1","b2","x");
    3
        
    4
        myList
    5
        	.stream()
  5. ScalaTests ScalaTests Public

    Scala